1. Answer the following questions in short:
a) Differentiate between logical data independence and physical data independence.
b) Three-schema architectures.
c) Differentiate between database schema and a database state.
d) Different type of data attributes.
e) The difference among a relationship instance, a relationship type, and relationship set.

2. a) Draw an ER diagram for database showing Bank. Each Bank can have multiple branches, and         each branch can have multiple accounts and loans.
   b) In what sense does a relational calculus differ from relational algebra, and in what sense are they    similar?

3. Assume a database about Company.
  EMPLOYEE (ss#, name)
  COMPANY (cname, address)
 WORKS (ss#, cname)
 SUPERVISE (superviser_ss#, employee_ss#)
a) Write relational algebra and SQL queries for each of the following cases.
i) Find the names of all supervisors that work in companies whose address equals ‘pokhara’.
ii) Find the name of all the companies who have more than 4 supervisors.
iii) Find the name of supervisor who has the largest number of employees.
b) What is a view in SQL and how it is defined? Explain how vies are typically implemented.

4. a) Define a first, second, and third normal forms with suitable examples.
    b) What is a functional dependency? When are two sets of functional dependencies equivalent?           How can we determine their equivalence?

5. a) Discuss the ACID properties of a database transaction with suitable example.
    b) Describe the serial and serializable schedule? Why serializable schedule is consider correct?

6. a) How does the granularity of data items affects the performance of conurrency control? What           factors affect selections of granularity size for data items?
   b) Describe the two-phase commit protocol for database transaction.

0 comments:

Feel free to contact the admin for any suggestions and help.