Mid Term Exam 2025
Class : BCA - 2nd Sem ( 2025 )
Sub: DBMS
M.M: 30 TIME : 2 hrs
Section -A
Attempt only 5 questions.
2 each
Q.1 What is Distributed System? Write its pros and cons.
Q.2 What is functional dependency. Write down the inference rule.
Q.3 What are the advantages of DBMS over file system.
Q.4 What is SQL and its features.
Q.5 What are the data models. Explain Relational model with comparison with other models.
Q.6 Write down the powers of database administrator.
Section -B
Attempt only 2 questions. 5 each
Q.1 Explain types of constraints with example
Q.2 Explain database abstraction.
Q.3 Explain 1 NF, 2NF with example.
Section- C 10
Q.1 Write down the commands
EMP (empno n (5),ename c (20),sal n (5), doj date, deptno n (5))
Dept (deptno n (5), dname c (20))
(i) Write a command to create structure of both table and set referential integrity in them.
(ii) Write a command to input values (1, ‘Ram’,20000)
(iii) Write a command to remove all the record permanently.
(iv) Display that record who is getting lowest salary.
(v) Display ename,sal, dname of sales department.
(vi) Display deptno,total salary, no. of employees of each department.
Mid Term Exam 2025
Class : BCA - 2nd Sem ( 2025 )
Sub: DBMS
M.M: 30 TIME : 2 hrs
Section -A
Attempt only 5 questions.
2 each
Q.1 What is Distributed System? Write its pros and cons.
Q.2 What is functional dependency. Write down the inference rule .
Q.3 What are the advantages of DBMS over file system.
Q.4 What is SQL and its features.
Q.5 What are the data models. Explain Relational model with comparison with other models.
Q.6 Write down the powers of database administrator.
Section -B
Attempt only 2 questions. 5 each
Q.1 Explain types of constraints with example
Q.2 Explain database abstraction.
Q.3 Explain 1 NF, 2NF with example.
Section- C 10
Q.1 Write down the commands
EMP (empno n(5),ename c(20),sal n(5), doj date, deptno n(5))
Dept(deptno n(5),dname c(20))
I. Write a command to create structure of both table and set referential integrity in them.
II. Write a command to input values ( 1, ‘Ram’,20000)
III. Write a command to remove all the record permanently.
IV. Display that record who is getting lowest salary.
V. Display ename,sal, dname of sales department.
VI. Display deptno,total salary, no. of employees of each department.