C Byregowda Institute of Technology
C Byregowda Institute of Technology
Instructions:
1. Define the terms: Nested Query, Co-related nested query, Exists function, Not-exists
function, In function, unique function.
2. Explain Insert, Delete and update statement in SQL with example.
3. How trigger and assertion defined in SQL? Explain with examples.
4. What is a view? Explain how to create the view and how view can be dropped?
5. Write note on Aggregate function in SQL with example.
6. Explain the steps of JDBC connection.
7. What is embedded SQL? With an example explain how would you Connect to a
database, fetch records and display. Also explain the concept of stored procedure in
brief.
8. Explain informal design guidelines for relation schemas
9. What is the need of normalization? Explain the first, second and third normal form with
example.
10.Define multivalued dependency.Explain 4NF with an example
11.A relation R has four attribute ABCD.For each of the following sets of FD,identify the
candidate key and the highest normal form:
i) C→D, C→A,B→C ii)B→C,D→A iii)ABC→D,D→A
12.Explain lossless join property.