Define Super key, Candidate Key and Primary Key.
[3 marks]Explain ACID Properties.
[4 marks]Write a detail note on Three levels ANSI SPARC database s ystem
[7 marks]Describe Grant and Revoke commands with suitable example.
[3 marks]Write short note on query processing.
[4 marks]Write Relational Algebra syntax for the following queries. Employee(eno, ename, salary, designation) Customer(cno, cname, address, city) 1) List out name of employees who are ‘Manager’. 2) Retrieve Employee records whose salary is less than 20,000. 3) Find out name of employees who are also customers. 4) Find out name of person who are employees but not customers
[7 marks]Assume that following table is Already Created. Dept_no Dept_name Location 10 Account Mumbai 20 HR Ahmedabad 30 Production Vadodara 40 Sales Delhi 50 EDP Delhi 60 TRG Mumbai 110 RND Patna Write SQL queries for the following.
[7 marks]Display all records of Department table
[ marks]List all department names starting with 'A'
[ marks]List all departments whose number is between 1 and100
[ marks]Display all department belonging to location ' Mumbai '
[ marks]Delate the department whose location is ‘patna’.
[ marks]Delete 'TRG' department
[ marks]Change department name 'EDP' to 'IT'.1
[ marks]List and explain TCL with suitable example.
[3 marks]Explain String functions with suitable example
[4 marks]Explain in details Three level architecture of database system.
[7 marks]Define following terms.
[3 marks]Tuple
[ marks]Relation
[ marks]Schema.
[ marks]What is view? Explain different type of view with an example.
[4 marks]What is Difference between Drop and Delete Command in sql.
[3 marks]Explain Selection and Projection relational algebra operation with Example.
[4 marks]List and explain DML statements with suitable examples.
[7 marks]What is Difference between Alter and Update Command in sql.
[3 marks]Explain cursor and its type with suitable example.
[4 marks]What is Constraint?List out various types of SQL Constraint.
[7 marks]Explain B-trees database storage strategies.
[3 marks]What is Normalization?Explain any one type of Normal form.
[4 marks]List and explain DDL statements with suitable examples.
[7 marks]Explain PL/SQL block Structure.
[3 marks]List and Explain aggregate functions in SQL.
[4 marks]What is join? List and explain various types of joins. -------2
[7 marks]Explain in details Client-Server Architecture architecture of database system.
[7 marks]