You are on page 1of 1

Government Polytechnic ,Gandhinagar(623)

Computer Engineering Department(07)


Advanced Database Management System(3340701)
Even 2022
Unit-1 Advanced SQL

Course Outcome1: Perform queries using transaction control language (TCL) and data control language
(DCL) and various Database Objects.

Sr
Questions Level
No
1 Define TCL ,DCL command. write its syntax, purpose and example. U
2 Define Privilege. Perform Queries for Granting and revoking of privileges on database objects. A
3 Describe Locking in SQL with its types and level of locking in detail. U
4 Describe Deadlock. U
5 List out the types of database objects. R
Define following terms and Write its syntax, purpose and example of each term:
1.Synonym
6 2.Sequence U
3.Index
4. View
Create the synonym for the RestaurantItemCategory(RestaurantId, ItemId, CategoryId ) table
7 A
and drop the created synonym for the EMP table.
Create the sequence to generate even series up to 100;
8 (1) Display the current values of sequence. A
(2) Display the next value of sequence.
Create a view v_product having fields: Product_id,Product_name, Product_Price from product
9 A
table.
Create index idx_eno on empno field of EMP table and drop the created indexidx_eno.
10 Create composite index cdx_enoname on (empno,ename) field of EMP table and drop composite A
index cdx_enoename.

Sign of Faculty Sign of IQAC Sign of HOD

You might also like