Ad3381 Set1
Ad3381 Set1
Third Semester
(Regulations 2021)
1. Design a Database development life cycle for University database system and draw an ER
diagram for the system using any ERD tools with all the possible entities and relationships.
2. Construct the ER diagram for hospital management system and specifies entity relationship
like strong, weak entities, multi-values etc…using ERD tools.
3. Develop an EER concept using ERD tools by applying cardinalities for each relation using
either by top-down approach (specialization) or by bottom-up approach (generalization).
A. Create database
A. Create a query to display first name and joining date of each employee in the order they
joined.
C. Create a query to display the name of the employee whose salary is not in the range of
10000 and 50000.
Page 1 of 3
7. Create tables for a customer applying for bank loan (employee, customer and loan).
A. View the customer names whose account opening date from 01.06.2018 to till now.
B. View the details of a customer whose loan amount is greater than 100000 in Coimbatore
branch.
8. Create a database as College and tables as student, teacher and management etc…
9. Create a procedure for incrementing rupees 2000 for those with experience less than 5 years
and 5000 for rest of all employees in an organization which uses employee table
10. Create a procedure for customers who deposits and withdraw amount from the banking
systems.
11. Write a PLSQL program to find the highest paid top five employees in an organization.
Check the emp_no of the new employee tuple is not null or not.
If it is not null, update the department relation with newly inserted employee by adding
their salary to the total salary attribute to the concern department.
13. Develop a EER concept using ERD tools by applying cardinalities for each relation using
either by bottom-up approach(generalization) validate it using normalization.
14. Creating a function for calculating net salary for all employees in an organization using an
employee table
Page 2 of 3
15. Develop the following applications using back end (e.g Oracle) and front end (e.g Net beans,
Visual studio) Tool.
16. Develop the following applications using Oracle as a back end using back end (e.g Oracle)
and front end (e.g Net beans, Visual studio) Tool.
17. Create Use case diagram, class diagram , sequence diagram, Activity diagram for ATM
system using Rational rose or StarUML
18. Create Use case diagram, object diagram , sequence diagram, deployment diagram for flight
booking process using Rational rose or StarUML
19. Construct a table which extracts the features of UDTs and Inheritance.
20. Create an ER model for Irrigation System and perform EER to ODB mapping.
Page 3 of 3