- 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;
- Share this MCQ
Answer:
A
Share this MCQ
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.
Click me to Read more Question & Answer of SQL and MySQLShare this MCQ