SQL - INNER JOIN
Identify the error in this SQL query:
SELECT a.name, b.salary FROM Employees a JOIN Salaries b WHERE a.id = b.emp_id;
SELECT a.name, b.salary FROM Employees a JOIN Salaries b WHERE a.id = b.emp_id;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions