Level 1 - BeginnerFill-in-the-Blank Questions
Fill in ORDER BY / LIMIT
Complete the query to get the 2 highest salaries: SELECT name, salary FROM employees ORDER BY salary _____ LIMIT _____;
Complete the query to get the 2 highest salaries: SELECT name, salary FROM employees ORDER BY salary _____ LIMIT _____;