In the SQL statement ” SELECT genre FROM movies” what is specified by “genre”?
- the column
- the table
- the folder
- the database
Answers Explanation & Hints:
The SELECT statement identifies the column in a table from which data is requested. In this example, the data in the “genre” column of the “movies” table is requested. |