Which of these SQL statements queries the employees table? Select all that apply.

Tools of the Trade: Linux and SQL | Weekly challenge 4 Quiz | 

Which of these SQL statements queries the employees table? Select all that apply.

  • SELECT * FROM employees;
  • SELECT employee_id, device_id FROM employees WHERE employee_id > 1100;
  • SELECT employees FROM employee_id;
  • SELECT employees FROM *;

 

Leave a Comment