SQL_Join
SQL_Join
Orders
1 101 500
2 102 300
3 103 700
4 105 900
Customers
customer_ customer_na
city
id me
New
101 John
York
2. Write an SQL query to fetch all orders and the corresponding customer names. If
an order has no customer, display NULL for customer name.
Employees
Departments
Write an SQL query to fetch all employees along with their department
names. If an employee does not belong to any department, show "No
Department".