Descripción: Examen resuelto de electrónica analógica
Tai lieu quocphap
DEPARTMENT OF MANAGEMENT (LSM) TERM PAPER OF DATABASE MANAGEMENT SYSYTEM (DBMS) 0N FINANCIAL ACCOUNTING SYSTEM FOR A MEDIUM SIZE ORGANISZATION SUBMITTED TO : MR. NANDAN SUBMITTED BY : SHUJA QAMME...
dbms
DBMS pointsDeskripsi lengkap
Full description
Notes for database management system
Here you can find 1000's of Multiple Choice Questions(MCQs) of Database Management System(DBMS) includes the MCQs of fundamental of Database Management System(DBMS), introduction of Database Model,...
Full description
Full description
dbmsFull description
ADVANCED DBMS WORK SHEET PROBLEMS
Thsi project is from back end databse programming how triggers are created and how procedures are written in pl/sql
The following relations keep track of airline flight information: Flights(flno: integer, from: string, to: string, distance: integer, departs: time, arrives: time, price: real) Aircraft(aid: Aircraft( aid: integer , aname: string, cruisingrang cruis ingrange: e: integer) Certified(eid: Certified (eid: integer, in teger, aid: a id: integer integ er) Employees(eid: Employee s(eid: integer inte ger, ename: string, string , salary: integer) intege r) Note that the Employees relation describes pilots and other kinds of employees as well; every pilot is certified for some aircraft, and only pilots are certified to fly. Write each of the following queries in SQL. Find the eid s of pilots certified for some Boeing aircraft. 2. Find the names of pilots certified for some Boeing aircraft. 3. Find the aid s of all aircraft that can be used on non-stop flights from Bonn to Madras. 4. Identify Identify the flight flightss that can be piloted piloted by every every pilot pilot whose whose salary salary is more more than $100,000. $100,000. 5. Find the names of pilots who can operate planes with a range greater than 3,000 miles but are not certified on any Boeing aircraft. 6. Find the eid s of employees who make the highest salary. 7. Find the eid s of employees who make the second highest salary. 8. Find the eid s of employees who are certified for the largest number of aircraft. 9. Find the eid s of employees who are certified for exactly three aircraft. 10. Find the total amount paid to employees employees as salaries. salaries. 1.
11. Find the names of aircraft aircraft such that all pilots certified to operate them have salaries salaries more than $80,000. 12. For each pilot who is certified for more than three aircraft, find the eid and the maximum cruisingrange of the aircraft for which she or he is certified. 13. Find the names of pilots whose salary is less than the price of the cheapest route from Los Angeles to Honolulu. 14. For all aircraft with cruisingrange over 1000 miles, find the name of the aircraft and the average salary of all pilots certified for this aircraft. 15. Find the names of pilots certified certified for some Boeing aircraft. 16. Find the aid s of all aircraft that can be used on routes from Los Angeles to Chicago. 17. Identify the routes that that can be piloted by every pilot who makes more than $100,000. 18. Print the enames of pilots who can operate planes with cruisingrange greater than 3000 miles but are not certified on any Boeing aircraft. 19. A customer wants to travel travel from Madison to New New York with no more than two two changes of flight. List the choice of departure times from Madison if the customer wants to arrive in New York by 6 p.m. 20. Compute the difference between the average salary of a pilot and the average salary salary of all employees (including pilots). 21. Print the name and salary of every nonpilot whose salary salary is more than the average salary for pilots. 22. Print the names of employees employees who are certified only on aircrafts with cruising cruising range longer than 1000 miles.
23. Print the names of employees who are certified only on aircrafts with cruising range longer than 1000 miles, but on at least two such aircrafts. 24. Print the names of employees who are certified only on aircrafts with cruising range longer than 1000 miles and who are certified on some Boeing aircraft.