2023 2024 EduVark > Education Discussion > General Discussion


  #1  
July 16th, 2016, 11:25 AM
Unregistered
Guest User
 
DBMS Lab Programs VTU

I want the Laboratory Manual on Database Applications Laboratory DBMS of RNS Institute of Technology, VTU so can you provide me?
Similar Threads
Thread
IIT Bombay DBMS Ppt
DBMS Notes VTU 5th Sem
DBMS Workshop by IIT Bombay
DBMS Questions for IBPS
Ptu dbms
DBMS Certification
DBMS Lab Manual for MBA
DBMS Notes for BCA of IGNOU
DBMS VTU Question Paper
PTU DBMS Syllabus
IIT Mumbai DBMS workshop
IGNOU DBMS Paper
Dbms ignou
DBMS Syllabus MU
DBMS Question Paper IPU

  #2  
July 16th, 2016, 11:50 AM
Super Moderator
 
Join Date: Mar 2013
Re: DBMS Lab Programs VTU

Ok, here I am providing you the Laboratory Manual on Database Applications Laboratory DBMS of RNS Institute of Technology, Visvesvaraya Technological University VTU.

RNS Institute of Technology DBMS Laboratory Manual

Subject Code: 10CSL57
I.A. Marks : 25
Hours/Week : 03
Exam Hours: 03
Total Hours : 42
Exam Marks: 50

1. Consider the following relations: Student (snum: integer, sname: string, major: string, level: string, age: integer) Class (name: string, meets at: string, room: string, fid: integer) Enrolled (snum: integer, cname: string) Faculty (fid: integer, fname: string, deptid: integer)

The meaning of these relations is straightforward; for example, Enrolled has one record per student-class pair such that the student is enrolled in the class. Level is a two character code with 4 different values (example: Junior: JR etc) Write the following queries in SQL. No duplicates should be printed in any of the answers.

i. Find the names of all Juniors (level = JR) who are enrolled in a class taught by Prof. Harshith
ii. Find the names of all classes that either meet in room R128 or have five or more Students enrolled.
iii. Find the names of all students who are enrolled in two classes that meet at the same time. iv. Find the names of faculty members who teach in every room in which some class is taught.
v. Find the names of faculty members for whom the combined enrollment of the courses that they teach is less than five.

2. The following relations keep track of airline flight information: Flights (no: integer, from: string, to: string, distance: integer, Departs: time, arrives: time, price: real) Aircraft (aid: integer, aname: string, cruisingrange: integer) Certified (eid: integer, aid: integer) Employees (eid: integer, ename: string, salary: integer)

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:

i. Find the names of aircraft such that all pilots certified to operate them have salaries more than Rs.80, 000.

ii. For each pilot who is certified for more than three aircrafts, find the eid and the maximum cruisingrange of the aircraft for which she or he is certified.

iii. Find the names of pilots whose salary is less than the price of the cheapest route from Bengaluru to Frankfurt.

iv. For all aircraft with cruisingrange over 1000 Kms,. Find the name of the aircraft and the average salary of all pilots certified for this aircraft.

v. Find the names of pilots certified for some Boeing aircraft.

vi. Find the aids of all aircraft that can be used on routes from Bengaluru to New Delhi.

For complete details here is the attachment

RNS Institute of Technology DBMS Laboratory Manual


Contact-

RNS Institute of Technology
Dr.Vishnuvardhan Road, Rajarajeshwarinagar, Channasandra
Bengaluru, Karnataka 560098
Attached Files
File Type: pdf RNS Institute of Technology DBMS Laboratory Manual.pdf (453.3 KB, 1630 views)


Quick Reply
Your Username: Click here to log in

Message:
Options



All times are GMT +5. The time now is 01:52 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.6.0

1 2 3 4 5 6 7 8