2. ORDER DATABASE VTU DBMS LAB | Direct SQL Code
VTU DBMS LAB Program 2 SALESMAN(SALESMAN_ID,NAME,CITY,COMISSION) CUSTOMER(CUSTOMER_ID,CUST_NAME,CITY,GRADE,SALESMAN_ID) ORDERS(ORD_NO,PURCHASE_AMT,ORD_DATE,CUSTOMER_ID,SALESMAN_ID) VTU DBMS LAB -Create Table SQL Commands Create the tables for all of the above attributes Create Table for SALESMAN Table created. Create Table for CUSTOMER Table created Create Tabel for ORDERS…