Exam Details
Subject | advanced database management system | |
Paper | ||
Exam / Course | m.tech | |
Department | ||
Organization | Institute Of Aeronautical Engineering | |
Position | ||
Exam Date | June, 2018 | |
City, State | telangana, hyderabad |
Question Paper
Hall Ticket No Question Paper Code: BCS005
INSTITUTE OF AERONAUTICAL ENGINEERING
(Autonomous)
M.Tech II Semester End Examinations (Regular/Supplementary) July, 2018
Regulation: IARE-R16
ADVANCED DATABASE MANAGEMENT SYSTEM
Time: 3 Hours Max Marks: 70
Answer ONE Question from each Unit
All Questions Carry Equal Marks
All parts of the question must be answered in one place only
UNIT I
1. Explain the difference between logical and physical data independence.
A university database contains information about professors (identified by a social security number)
and courses (identified by a course ID). Each of the following situations concerns the relationship
set between the teacher and the student. Draw an ER diagram that describes it (assuming
that no further constraints hold).
i. Professors can teach the same course in several semesters, and each offering must be recorded.
ii. Each professor teaches exactly one course.
iii. Each professor teaches at least one course, and some professors may teach multiple courses.
iv. Each professor teaches at least one course and some professors must teach all the courses.
2. Briefly answer the following questions based on this schema: Emp(eid: integer, ename: string,
age: integer, salary: real) Works(eid: integer, did: integer, pct time: integer) Dept(did: integer,
budget: real, managerid: integer).
i. Give an example of a view on Emp that could be automatically updated by up- dating Emp.
ii. Give an example of a view on Emp that would be impossible to update (auto- matically)
and explain why your example presents the update problem that it does.
Consider the following tables Works (Pname, Cname, Salary) Lives (Pname, Street, City) Locatedin
(Cname, City) Manager (Pname, Mgrname) Where Pname Person name, Cname
Company name, Mgrname Manager name Write the SQL for the following
i. List the names of the people who work for company Wipro along with the cities they live in.
ii. Find the people who work for the company "Infosys" with salary more than Rs. 50000/-.
List the names of the people, along with the streets and city addresses.
iii. Find the names of the persons who live and work in the same city.
iv. Find the names of the person who do not work for "Infosys".
v. Find the persons whose salaries are more than that of all of the 'Oracle' employee.
vi. Find the names of the companies that are located in every city where the company 'Infosys'
is located.
Page 1 of 2
UNIT II
3. Give the comparison among object identity and foreign keys.
Illustrate different phases in improved parallel join hash join operation.
4. Illustrate the concept of Speed-up and Scale-up factors in parallel datbases.
Explain the process of Parallelizing Sequential Operator Evaluation Code .
UNIT III
5. What is fragmentation in DDBMS and discuss different types of fragmentation that can be
achieved in DDBMS.
Give the comparison among centralised databases and distributed databases.
6. List and briefly discuss the advantages and disadvantages of distributed database management
systems.
Give the classification of distributed database management systems.
UNIT IV
7. Briefly discuss different rules to define the result of applying the operations of relational algebra
to qualified relation during transforming global queries into fragmentation queries.
Enumerate the working of group-by relation GBG, AF R by taking an example.
8. Illustrate the usage of CUT in a parametric query for the following relation.
SLDEPTNUM $XORDEPTNUM SUPPLY
What are the aims of fragmentation during distributed database design and the information is
used to decide fragmentation.
UNIT V
9. Consider the following relations and illustrate various strategies for computing.
Sailors(sid: integer, sname: string, rating:integer, age: real)
Reserves( sid: integer, bid: integer, day: date, rname: string)
Distinguish the major differences of DBMS and IR Systems. List few applications of each.
10. Write the syntax and example for the following XML Query clauses: FOR, LET, WHERE and
RETURN
What are signature files? Explain how to query a signature file by taking an example?
INSTITUTE OF AERONAUTICAL ENGINEERING
(Autonomous)
M.Tech II Semester End Examinations (Regular/Supplementary) July, 2018
Regulation: IARE-R16
ADVANCED DATABASE MANAGEMENT SYSTEM
Time: 3 Hours Max Marks: 70
Answer ONE Question from each Unit
All Questions Carry Equal Marks
All parts of the question must be answered in one place only
UNIT I
1. Explain the difference between logical and physical data independence.
A university database contains information about professors (identified by a social security number)
and courses (identified by a course ID). Each of the following situations concerns the relationship
set between the teacher and the student. Draw an ER diagram that describes it (assuming
that no further constraints hold).
i. Professors can teach the same course in several semesters, and each offering must be recorded.
ii. Each professor teaches exactly one course.
iii. Each professor teaches at least one course, and some professors may teach multiple courses.
iv. Each professor teaches at least one course and some professors must teach all the courses.
2. Briefly answer the following questions based on this schema: Emp(eid: integer, ename: string,
age: integer, salary: real) Works(eid: integer, did: integer, pct time: integer) Dept(did: integer,
budget: real, managerid: integer).
i. Give an example of a view on Emp that could be automatically updated by up- dating Emp.
ii. Give an example of a view on Emp that would be impossible to update (auto- matically)
and explain why your example presents the update problem that it does.
Consider the following tables Works (Pname, Cname, Salary) Lives (Pname, Street, City) Locatedin
(Cname, City) Manager (Pname, Mgrname) Where Pname Person name, Cname
Company name, Mgrname Manager name Write the SQL for the following
i. List the names of the people who work for company Wipro along with the cities they live in.
ii. Find the people who work for the company "Infosys" with salary more than Rs. 50000/-.
List the names of the people, along with the streets and city addresses.
iii. Find the names of the persons who live and work in the same city.
iv. Find the names of the person who do not work for "Infosys".
v. Find the persons whose salaries are more than that of all of the 'Oracle' employee.
vi. Find the names of the companies that are located in every city where the company 'Infosys'
is located.
Page 1 of 2
UNIT II
3. Give the comparison among object identity and foreign keys.
Illustrate different phases in improved parallel join hash join operation.
4. Illustrate the concept of Speed-up and Scale-up factors in parallel datbases.
Explain the process of Parallelizing Sequential Operator Evaluation Code .
UNIT III
5. What is fragmentation in DDBMS and discuss different types of fragmentation that can be
achieved in DDBMS.
Give the comparison among centralised databases and distributed databases.
6. List and briefly discuss the advantages and disadvantages of distributed database management
systems.
Give the classification of distributed database management systems.
UNIT IV
7. Briefly discuss different rules to define the result of applying the operations of relational algebra
to qualified relation during transforming global queries into fragmentation queries.
Enumerate the working of group-by relation GBG, AF R by taking an example.
8. Illustrate the usage of CUT in a parametric query for the following relation.
SLDEPTNUM $XORDEPTNUM SUPPLY
What are the aims of fragmentation during distributed database design and the information is
used to decide fragmentation.
UNIT V
9. Consider the following relations and illustrate various strategies for computing.
Sailors(sid: integer, sname: string, rating:integer, age: real)
Reserves( sid: integer, bid: integer, day: date, rname: string)
Distinguish the major differences of DBMS and IR Systems. List few applications of each.
10. Write the syntax and example for the following XML Query clauses: FOR, LET, WHERE and
RETURN
What are signature files? Explain how to query a signature file by taking an example?
Other Question Papers
Subjects
- ac to dc converters
- advanced cad
- advanced concrete technology
- advanced data structures
- advanced database management system
- advanced mechanics of solids
- advanced reinforced concrete design
- advanced solid mechanics
- advanced steel design
- advanced structural analysis
- advanced web technologies
- big data analytics
- computer aided manufacturing
- computer aided process planning
- computer architecture
- computer oriented numerical methods
- cyber security
- data science
- data structures and problem solving
- dc to ac converters
- design for manufacturing and assembly
- design for manufacturing mems and micro systems
- design of hydraulic and pneumatic system
- distributed operated system
- earthquake resistant design of buildings
- embedded c
- embedded networking
- embedded real time operating systems
- embedded system architecture
- embedded system design
- embedded wireless sensor networks
- english for research paper writing
- finite element method
- flexible ac transmission systems
- flexible manufacturing system
- foundations of data science
- foundations of data sciences
- fpga architecture and applications
- hardware and software co-design
- high performance architecture
- intelligent controllers
- internet of things
- introduction to aerospace engineering
- mathematical foundation of computer
- mathematical methods in engineering
- matrix methods of structural analysis
- micro controllers and programmable digital signal processing
- multilevel inverters
- numerical method for partial differential equations
- power electronic control of ac drives
- power electronic control of dc drives
- power quality
- precision engineering
- principles of distributed embedded systems
- programmable logic controllers and their applications
- rapid prototype technologies
- rehabilitation and retrofitting of structures
- renewable energy systems
- research methodology
- soft computing
- special machines and their controllers
- stress analysis and vibration
- structural dynamics
- structural health monitoring
- theory of elasticity and plasticity
- theory of thin plates and shells
- web intelligent and algorithm
- wireless lan’s and pan’s
- wireless lans and pans
- wireless sensor networks