Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

UNIT 1 DBMS IMPORTANT Questions: -

*******************************
1. Explain the architecture of DBMS and its types?

2. List Different type of Database users? Explain the role of DBA?

3. Define the following terms

(a) Tuple (b)Primary Key (d) Foreign Keys

(e) Physical Data Independence (f) Logical Data Independence

4. Explain the types of Data models and its advantages?

5. Explain the purpose of DBMS and its applications?

6. What is Transaction Management and its properties

7. How Database systems provide abstract view of data?

UNIT 2 DBMS Important Questions: -


********************************
1. Explain in detail DDL (Data Definition Language), DML (Data Manipulation Language)

and DCL (Data Control Language) commands in SQL with suitable examples.

2. Explain the role of each clause used in SELECT statement with suitable examples.

3. Define Views, Functions and Triggers ? Explain Briefly

4. Explain the different types of joins with examples?

6. Explain the role of each clause used in SELECT statement with suitable examples.

and What is the usage of ‘group by’ and ‘having’ clauses in SQL?

7. What are the aggregate functions in SQL? Explain with examples?

8. Explain JDBC & ODBC components accesing from SQL Language

Activity Based Questions: -


Emp Emp Dept
JOB Salary Commission Hiredate
No Name No
01-Dec-
1 King 10 ANALYST 15000 6000
85
2 Allen 20 CLERK 35000 7500 09-Jun-87
3 Raj 20 MANAGER 80000 5800 01-Apr-99
4 Sudha 30 ATTENDER 12000 01-Jul-98
01-May-
5 Fathima 10 PRINCIPAL 55000 7600
90
01-Dec-
6 Ganesh 40 CLERK 27000 6500
04
7 Deepa 20 ANALYST 44000 4300 01-Jun-85
08-Dec-
8 Sailu 30 CONSULTANT 99000 9800
85
DEPTNO DEPTNAME LOCATION
10 ACCOUNT TIRUPATI
20 SALES NELLORE
30 RESEARCH CHITTOOR
40 OPERATIONS VELLORE

1. List count number of employee names whose job is clerk


2. List sum of salaries whose Job Position is Analyst
3. List of employee names whose department number is 20 and 30
4. List employee names whose hiredate is between 30-jun-1981 & 12-DEC-2000
5. List the employees who is not eligible for commission
6. Add column experience to the above emp table
7. List names of employees whose name is exactly 5 characters
8. List name, salary & PF (Increment of 10% of salary)
9. List the employee names whose service is more than 10 Years
10. List employee name, empno, salary in ascending order of salary

You might also like