shoaib30 / DBMS-Lab

Contains SQL scripts for DBMS lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DBMS-Lab

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

About

Contains SQL scripts for DBMS lab


Languages

Language:PLSQL 78.4%Language:SQLPL 21.6%