Gtu Old Question
Gtu Old Question
1. Define the terms (a) Data (b) Information (c) Schema. (3M)
2. Explain advantages of DBMS over file system. (7M)
3. Differentiate DA and DBA. Describe roles and responsibilities of DBA(7M)*
4. Define the following terms: a)Data items b)Data dictionary c)Meta data (3M)
5. Explain disadvantages of File oriented system. (4M)
6. Describe the responsibilities of DBA in detail. (7M)
7. Compare File System vs Database System. (4M)
➢ CH 2 : DATABASE SYSTEM ARCHITECTURE
➢ CH 5 : RELATIONAL ALGEBRA
➢ CH 6 : NORMALIZATION
1. What is Normalization? Explain any two normal forms with example. (7M)
2. Explain need of Normalization? Discuss about 2NF with example.(7M)**
3. Explain 3nf Normal form with example. (7M)
4. Explain Partial Functional Dependency. (3M)**
5. Explain Full Functional Dependency. (3M)*
6. Justify The Importance of Normalization. Define 1 NF? Explain 1NF with
suitable example. (4/7M)*
7. (4M)
➢ CH 10 : SQL – CONSTRAINTS
1. Perform the following Query on the table Account having the field’s aname,
balance, phno in SQL. (7M)
1.1. ) Display all the records with aname is descending order.
1.2. ) Add one new column to store cityname.
1.3. ) Delete all Accounts having balance less than 3000.
1.4. ) Remove column phno from Account.
1.5. ) List all Accounts who do not stay in city ‘Jasdan’.
1.6. ) Find Account having maximum balance.
1.7. ) Find Average balance of all Account
2.1. ) Display all the details of the employee whose salary is lesser than 10K.
2.2. ) Display the Deptno in which Employee Seeta is working.
2.3. ) Add a new column Deptname in table T2.
2.4. ) Change the designation of Geeta from ‘Manager’ to ‘Senior Manager’.
2.5. ) Find the total salary of all the employees.
2.6. ) Display Empno, Ename, Deptno and Deptname.
2.7. ) Drop the table T1.
5.
6.