Single Choice Easy

QWhich of the following is an example of SQL syntax?

ID: #15440 SQL and MySQL 113 views
Question Info
#15440Q ID
EasyDifficulty
SQL and MySQLTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A SELECT * FROM employees WHERE age > 30;
  • B MYSQL employees WHERE age > 30;
  • C SELECT * FROM employees WHERE age > 30; MySQL;
  • D SELECT * FROM employees WHERE age > 30; SQL;
Correct Answer

Explanation

Option A represents a valid SQL syntax for selecting records from a table named "employees" where the age is greater than 30. The other options include incorrect syntax or unnecessary keywords.

Share This Question

Challenge a friend or share with your study group.