DBMS
DBMS
Semester: I
Instructions
This paper consists of three sections: A, B, and C. Answer all questions from Section A, any four questions from
Section B, and any three questions from Section C. Marks are indicated against each question.
2.5 +
2 What is DDL and DML commands with syntax and examples?
2.5
Discuss the main characteristics of the database approach and specify how it
3 2.5+2.5
differs from traditional file system.
Enlist and explain the properties of database management systems? Enlist and explain
3 5+5
the properties of database management systems?
Write SQL query for following consider table
EMP(empno , deptno, ename ,salary, Designation, joiningdate, DOB,city)
i) Display names of employees whose experience is more than 10 years 2+
4
ii) Display age of employees (2x4)
iii) Display average salary of all employee
iv) Display name of employee who earned highest salary
*Answer any three questions