Course Code CSE3001 CT C LTP 4 Prerequisite: Objectives
Course Code CSE3001 CT C LTP 4 Prerequisite: Objectives
CSE3001 LTP 4
Prerequisite: -
Objectives:
This course imparts the students with background to understand, design, implement, and use database
management systems. The course will highlight the significant functions of database management system.
This course is devised to learn and explore
Expected Outcomes:
At the completion of this course, students should be able to do the following:
Text Books:
1. R. Elmasri & S. B. Navathe, Fundamentals of Database Systems, Addison Wesley, 7 th Edition, 2015
2. Raghu Ramakrishnan,Database Management Systems,Mcgraw-Hill,4th edition,2015
Reference Books:
1. A. Silberschatz, H. F. Korth & S. Sudershan, Database System Concepts, McGraw Hill, 6 th Edition
2010
2. Thomas Connolly, Carolyn Begg,” Database Systems : A Practical Approach to Design,
Implementation and Management”,6th Edition,201
…
Recommendation by the Board of Studies on June 25, 2018/ June 18,2020
Approval by Academic council on July 18, 2018/June 29,2020
Compiled by Dr S Raju and Dr R Ganesan
Dr. Sandipmal
Write a PL/SQL program that uses implicit cursor to display the data expected,
quantity expected, item description, color and quantity on hand for any
particular Ship ID number.
6 Using the supplier and parts database, write an cursor program to read and I
print all parts in part number, deleting every tenth one as you go, and begin a
new transaction after every tenth row. You can use the foreign key delete
CASCADE rule from parts,commit,rollback and savepoint .
from the same doctor, write a program to find out all the doctor who
provide both treatment and prescription to the same patient. In addition,
raise and display an exception if this situation occurs.
which accepts a cleaner number and returns the cleaners name and
salary. Create a stored function called getCleanersLocation. This function
takes as input a cleaner’s number and returns the cleaner’s depot
address. Call the function from within an SQL statement to select the
cleaner’s name and location for a particular cleaner.
10 Create a Trigger that raises an User Defined Error Message and does not I,k