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

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

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

  • SELECT *FROM machines;
  • SELECT device_id, operating_system FROM machines WHERE operating_system = ‘OS 2’;
  • SELECT machinesFROM *;
  • SELECT machines FROM operating_system;

 

Leave a Comment