Dbms Worksheet-2'Nd: Name: - Praduman Kumar Section: - 20ITB5 UID: - 20BCS9446
Dbms Worksheet-2'Nd: Name: - Praduman Kumar Section: - 20ITB5 UID: - 20BCS9446
-------------+------------+----------+------------
Solution:-
Code:-
SELECT *
FROM orders
NATURAL JOIN customer
NATURAL JOIN salesman;
Screenshots:-
Table:-
Q2. Write a SQL statement to make a list in ascending order for the
customer who works either through a salesman or by own. Make use of
left join.