Question 1. of 15
What will be the result of the following SQL statement: SELECT * FROM Table1 HAVING Column1 > 10
The SQL statement will generate an error.
The result will be empty data set.
The result will be all rows from Table1 which have Column1 values greater than 10.