Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
51 views4 pages

Chapterwise Important Questions For Final Exam

Uploaded by

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

Chapterwise Important Questions For Final Exam

Uploaded by

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

DEPARTMENT OF AIML ENGINEERING (DIPLOMA)

A.Y.2024-25(ODD SEM )

SUBJECT DATABASE MANAGEMENT SYSTEM(313302)


CHAPTER 1 INTRODUCTION TO DATABASE SYSTEM

1 Explain the concept of data, database and DBMS.


Differentiate between file system and database management system
2
(DBMS).
3 Explain any four applications of DBMS.
4 Define Data abstraction, Dtatabase schema and Data Independence.
5 Write any two codd’s rules.
6 Explain the overall structure of DBMS.

7 Explain data models. OR Distinguish between Network and Hierarchical


model. (Any four points)

8 Describe Three tier architecture of database.

CHAPTER 2 RELATIONAL DATA MODEL

1 Explain the concept of table ,entity and domain.


2 Define the term : i) super key ii) Primary key
3 Explain. i) Candidate key ii) Foreign key
Construct an E-R diagram of library management system
4 considering issue and return, fine calculation facility, also show
primary key, weak entity and strong entity
5 Define Normalization and explain 1NF and 2NF with example
Construct E-R diagram of Banking system considering deposite,
6
withdrawl facility. Also show primary key, weak entity, strong entity.
7 Distinguish between strong entity set and weak entity set.
8 Explain Types of Attributes.

9 Explain Functional dependencies.

10 Explain Domain Constraints


.

CHAPTER 3 INTERACTIVE SQL AND PERFORMANCE TUNING

(i)Write a command to create table student (rollno as primary key,


Stud_name, branch, class, DOB, City, Contact_no) and write down
queries for following : (ii) Insert one row into the table (iii) Save the
1
data(iv) Change name of Student table to stud(v) Undo the insertion of
second row(vi) Create save point S1(vii) Add column Date of Birth in
above student table
2 Describe DML and DCL commands with syntax
Consider the schema Customer (Cust-id, Cust_name, Cust_addr,
3 Cust_city) (i)Create a view on Customer (Cust_id, Cust_name) where
Cust_city is ‘Pune’ (ii)Create a sequence on Cust_id
4 State the use of group by and order by clauses.

5 Explain joins in SQL with examples.

6 Explain any four string functions

7 Explain any four set operators in SQL with example.

8 Define index. Explain it’s types

9 List out Relational, Arithmetic, Logical operators in SQL

10 Explain any four aggregate functions with example.


Describe the concept of view and Write syntax for creating and dropping
11
views
Write and Explain the syntax for creating, Altering and dropping the
12
sequence.
Create a sequence i) Sequence name is Seq _ 1, Start with 1, increment
by 1, minimum value 1, maximum value 20. ii) Use a seq_1 to insert the
13
values into table Student (ID Number (10), Name char (20)); iii) Change
the seq_ 1 max value 20 to 50. iv) Drop the sequence
14 Write the SQL queries for following EMP table. Emp (empno, deptno,
ename, salary, designation, city.) i) Display average salary of all
employee. ii) Display names of employees who stay in Mumbai or Pune.
iii) Set the salary of employee ‘Ramesh’ to 50000. iv) Display names of
employees whose salaries are less than 50000. v) Remove the Record of
employees whose deptno is 10. vi) Remove the column deptno from
EMP table

CHAPTER 4 PL/SQL PROGRAMMING

1 List two advantages of PL/SQL.


2 Explain PL/SQL block structure with the help of diagram.
3 State any four PL/SQL data types
4 Explain the different control structure PL/SQL with example.
5 Explain Exception handling in PL/SQL with its types.
6 Explain implicit and explicit cursors.
7 Explain the steps of cursor implementation in PL/SQL with syntax and
example
8 Explain function in PL/SQL with example AND State any two advantages
of functions in PL/SQL.
9 Write and explain syntax for creating Trigger. State the use of database
trigger also list types of trigger.
10 Write a PL/SQL program to print n even numbers using For Loop
11 Write a PL/SQL code to print reverse of a number
12 Write a PL/SQL program to calculate factorial of a given number.
13 Write a PL/SQL program, which accept the number from user. If user enters
an odd number then exception invalid number is raised using user defined
exception handling.
14 Write a PL/SQL program which accept the customer ID from the user if
user enters an invalid ID then the exception invalid_id is raised using
exception handling.
CHAPTER 5 DATABASE ADMINISTRATION
1 Explain types of database user
2 With neat sketch describe Transaction states diagram.

3 Explain transaction ACID properties **


i) Create user ‘Rahul’. ii) Grant create, select, insert, update, delete, drop
4
privilege to ‘Rahul’. iii) Removes the select privilege from user ‘Rahul’
5 Describe database backups with it’s types.
Describe database privileges. Write down the procedure for granting &
6
revoking privileges in database objects to the users.
7 Describe any four responsibilities of Database Administrator.
State the concept of database recovery and Explain Database Recovery
8
techniques in detail.
9 Define (i)data mining (ii) data warehouse(iii)data lakes(iv)Mongo DB

You might also like