Intervue featured on Shark TankIntervue featured on Shark Tank - mobile banner

Top sql interview questions

Real interview questions from top companies for SQL. Includes theoretical concepts and coding problems.

What is the difference between INNER JOIN and LEFT JOIN in SQL?

What is the purpose of the GROUP BY clause in SQL?

What is the difference between HAVING and WHERE clauses in SQL?

What is the purpose of indexing in SQL?

What is the difference between UNION and UNION ALL in SQL?

What is the purpose of the ORDER BY clause in SQL?

What is the difference between CHAR and VARCHAR in SQL?

What is the purpose of the LIMIT clause in SQL?

What is the difference between DELETE and TRUNCATE in SQL?

What is the purpose of the EXISTS clause in SQL?

Write a SQL query to find the names of all employees who earn more than the average salary.

Write a SQL query to find the names of all departments that have more than 5 employees.

Write a SQL query to find the names of all employees who work in the sales department and earn more than $50,000.

Write a SQL query to find the names of all employees who have a manager who earns more than $100,000.

Write a SQL query to find the names of all departments that have at least one employee who earns more than $50,000.