In the SQL statement " SELECT genre FROM movies" what is specified by "genre"?

IT Exam Items RepositoryCategory: Data Analytics EssentialsIn the SQL statement " SELECT genre FROM movies" what is specified by "genre"?

In the SQL statement " SELECT genre FROM movies" what is specified by "genre"?

  • the database
  • the folder
  • the column
  • the table

Explanation: 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.

Related exam: Module 6.3.2 Quiz - Introduction to Relational Databases and SQL