SQL Interview Guide
SQL Interview Guide
QUESTIONS
SORTING
Let say, you have employee details in employee table, and project details in
project table.
▸ Question: Find the list of employees that are assigned to some projects
▸ Question: Find the total list of employees along with their respective
project names (Employees with no project details should have their project
as null)
FACEBOOK QUESTION
▸ This was asked in one of the facebook interviews for a Sr.Data
Analyst position