Unit 6 Dbms Unit 6
Unit 6 Dbms Unit 6
Descriptive Questions
Subject : DBMS
Sr.
Question BL Marks
No.
6 BL4 4
Differentiate between an in-memory database and simply storing data
in shared memory segments?
19 Consider the SQL query select *from employee, department where BL6 6
employee.dept_id = department.dept_id. Design evaluation plan
would a query optimizer likely choose to get the least estimated cost?
20 Consider the schema R(a,b), S(b,c), T(b,d), U(b,e).(a) For the BL3 4