Create program and write query


Employee (ssn, Name, dno, pid, sal, ...);
Department (dno, dname, mgr_id, ...);
Project (pid, startDate, endDate, ...);
and the following indexes built in the database:
1. hash index on Department.dname
2. B+-tree on Project.startDate
3. hash index on Employee.dno
4. B+-tree on Project.pid 

Request for Solution File

Ask an Expert for Answer!!
PL-SQL Programming: Create program and write query
Reference No:- TGS0116458

Expected delivery within 24 Hours