Contains SQL scripts for DBMS lab
Employee-Project DB EMPLOYEE(SSN, Name, DeptNo) - 20 entries ASSIGNED_TO(SSN , ProjNo) - 51 entries PROJECT(ProjNo, ProjArea) - 10 entries
Parts-Supplier DB PART(PNO, PNAME, COLOUR) - 15 entries SUPPLIER( SNO,SNAME,ADDRESS) - 6 entries SUPPLY(PNO,SNO,QUANTITY) - 22 entries
Sailor-Boat DB BOAT(BID, BNAME, COLOUR) - 10 entries SAILOR(SID, SNAME, AGE, RATING) - 10 entries RESERVES(BID,SID, DAY) 30 entries