0% found this document useful (0 votes)
130 views3 pages

CS3481 Set 4

set4

Uploaded by

Benitta Mary
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
130 views3 pages

CS3481 Set 4

set4

Uploaded by

Benitta Mary
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

B.E/B.Tech.

PRACTICAL END SEMESTER EXAMINATIONS, APRIL/MAY 2023

Fourth Semester

CS3481 - DATABASE MANAGEMENT SYSTEMS LABORATORY

(Regulations 2021)

Time: 3 Hours (Answer any one Question) Max.Marks: 100

Aim and SQL Execution and Viva-voce Record Total


Algorithm/ Commands Results
Procedure/ ER and Program/
Diagram Form & Table
Design
20 30 30 10 10 100

1. a) Create a bank database table, add constraints (primary key, check), insert rows, update and
delete rows using DDL and DML commands.

b) Create a PL SQL program that uses the where clause and having clause to retrieve above 10
lakhs depositor details.

2. a) Create a set of tables for cargo service database, add foreign key constraints and
incorporate referential integrity.
b) Create PL SQL triggers for cargo booking and cancellation system.

3. a) Create a query that uses a where clause to provide all information about books linked
to "Distributed Database."
b) Write a procedure to insert books details in library management system after purchasing books.

4. a) Create a Product, Sales and purchase table using DDL and DML commands
b) Create a procedure to add 20 records to each table in the database mentioned above.

5
a) Using DDL and DML commands, create the employee_personal, Salary, and
Department tables. In addition, determine the minimum, maximum, total, and
average salaries in the database mentioned above.
b) Create a user-defined function to update an employee's salary when they receive
incentives.

Page 1 of 3
6
a) Create an online purchase database using DDL and DML commands. Use sub queries
to present the information about the items you've purchased.
b) Write PL SQL Triggers to display available items after a successful purchase and also
display the available items before purchasing.

7
a) Create Omni bus reservation database using DDL and DML commands and also
display the results after applying join operation.
b) Write a procedure to avail reduction in booking of Omni bus.

8
a) Create a database for a scooter manufacturing company and use the having
clause to display the scooter models based on price.
b) Write a procedure to insert and update the records in the above database.

9
a) Create and insert records in the flight and passenger tables, and then use various
join operations to display the records.
b) Write a procedure to display month name while passing the month as number
parameter. (Example: if pass parameter as 1 it should display as January.)

10
a) Create a DCL command that permits the user to perform creates, insert, update, and
delete operations and also not permitting the particular user to perform delete operation.
b) Create an XML database for organizing the online gas booking and to announce the
gas booking details.

11
a) Create frequent transactions in a bigger database, execute them, and learn TCL
commands.
b) Utilizing NOSQL database tools, create document, column, and graph based data.

12
Develop GUI based application software for payroll system.

13
Create software for blood bank management system.

Page 2 of 3
14
Develop an application for student information system.

15
Create software for on line Art gallery management system.

16
Develop software for Hospital management system.

17
Develop software for supermarket.

18
Create software for vehicle registration system.

19
Develop the software for library management system.

20
Create the application software for EB bill payment system.

Page 3 of 3

You might also like