Sandip Polytechnic, Nashik
Department of Computer Engineering
MSBTE Class Test – I (August-2024)
Class: SYCO Semester –III
Course & Code: Database Management System (DMS - 313302) Max. Marks: 30
Date:- 02/09/2024 Time: 01:30 Hour
Instructions:
1. All questions are compulsory.
2. Use of Non-programmable Electronic Pocket Calculator is permissible.
Course Outcomes:
Sr. Course Outcome Chapter
No.
01 TLO1 Introduction to Database System 1
02 TLO2 Relational Data model 2
03 TLO3 Interactive SQL and performance Tunning 3
Question Paper:
Q. Course Questions Marks
Outcome
Q. 01 Attempt the following questions. (ANY FIVE) 10
TLO1.1 State any two E.F. Codd’s rule for RDBMS. 02
1
Define i) data abstraction 02
TLO1.1
2
ii) data redundancy
TLO1.2 Difference between strong and weak entity set. 02
3
Define the term : 02
TLO1.2 i) Candidate key.
4
ii) Primary key
TLO1.2 Define Normalization. Enlist its types. 02
5
TLO1.3 Write syntax for creating and Renaming a table. 02
6
02
List DDL commands with its syntax
TLO1.3
7
Q.02 Attempt the following questions.(ANY FIVE) 20
1. TLO1.1 Explain three level architecture of Database system. 04
2. TLO1.1 State difference between relational and hierarchical model
3. TLO1.2 Draw an E-R diagram of library management system considering 04
Issue and return, Fine calculation facility. Consider appropriate entities.
4. TLO1.2 Explain any four types of attributes with example. 04
5. TLO1.2 Explain Primary and Unique key constraint with syntax. 04
6. TLO1.3 Explain difference between delete and truncate command with example. 04
7. TLO1.3 Write SQL queries for following :– 04
i) Create table student with following attributes using suitable data types. Roll no.,
as primary key, name, marks as not null and city.
ii) Add column Date of Birth in above student table.
iii) Increase the size of attribute name by 10 in above student table.
iv) Change name of Student table to stud.