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

DBMS Iat1 - S1

This document is an examination question paper for the B.E/B.Tech Degree in Database Management Systems at Renganayagi Varatharaj College of Engineering. It includes questions divided into three parts: Part A consists of short answer questions, Part B covers detailed explanations and examples, and Part C involves practical SQL queries and DDL implementation. The exam is scheduled for April/May 2024, with a total duration of 1 hour and 30 minutes.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views3 pages

DBMS Iat1 - S1

This document is an examination question paper for the B.E/B.Tech Degree in Database Management Systems at Renganayagi Varatharaj College of Engineering. It includes questions divided into three parts: Part A consists of short answer questions, Part B covers detailed explanations and examples, and Part C involves practical SQL queries and DDL implementation. The exam is scheduled for April/May 2024, with a total duration of 1 hour and 30 minutes.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

Reg No / Roll No

RENGANAYAGI VARATHARAJ COLLEGE OF ENGINEERING


SALVARPATTI, SIVAKASI – 626 128
B.E/B.Tech Degree Examinations –APR/MAY2024

QUESTION PAPER CODE: DBMS1


IAT -1 Date: 26.03.2024
CS3492 – DATA BASE MANAGEMENT SYSTEMS
Year & Sem: II /IV Time : 1hr 30mins
Branch: CSE
Total Marks : 50 Marks
________________________________________________________________________________________________
PART A [Answer All Question] (5×2=10)
1. State about DBMS.

2. State the three levels of Abstraction

3. What are the various types of the keys.

4. Point out the disadvantages of file processing system.

5. Point out the set operations of SQL.

PART B [Answer All Question] (2×13=26)


6. (a) Define Relational Algebra. Explain various relational algebraic operations with example. (13) (OR)

(b) (i) Briefly describe about views of Data (7)

(ii) What are the functions of Database Administrator (6)

7. (a)State and explain the command DDL, DCL, DML with suitable example Justify the need of
embedded SQL.
Consider the relation student (Reg No, nam e, mark, and grade).Write embedded dynamic SQL
program in C language to retrieve all the students‘ records whose mark is more than 90 (13)
(OR)
(b) List and Describe the features and purpose of database System.
PART C (1×14=14)

8. Consider the following relations for a company Database Application:

Employee (Eno,Name,Sex,Dob,Doj,Designation,Basic_Pay,Deptno)

Department (Dept_no,Name)

Project (Proj_no,Name,Dept_no)

Worksfor (Eno,Proj_no,Date,Hours)

The attributes specified for each relation is self-explanatory. However the business rules are stated as
follows. A department can control any number of projects. But only one department can control a project. An
employee can work on any number of projects on a day. However an employee cannot work more than once on
a project he she worked on that day. The primary keys are underlined.

(i) Identify the foreign keys. Develop DDL to implement the above schema. (3)

(ii) Develop an SQL query to list the department number and the number of employees in each department.(4)

(iii) Develop a view that will keep track of the department number, the number of employees in the department,
and the total basis pay expenditure for each department. (4)

(iv) Develop an SQL query to list the details of employees who have marked in more than three projects on a
day (4)

Prepared by Verified by Approved by

You might also like