We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
Mock Oral Questions
ER diagram
1) What is Data Model?
2) What is E-R model? 3) What are different EER notations? 4) What is an Entity? 5) What is an Entity type? 6) What is an Entity set? 7) What is Weak Entity set? 8) What is an attribute? 9) What is a Relation Schema and a Relation? 10) What is degree of a Relation? 11) What is Relationship? 12) What is Relationship set? 13) What is Relationship type? 14) What is degree of Relationship type?
DDL and DML statements and joins
1) What is DML (Data Manipulation Language)?
2) what are different types of constraints? 3) What is normalization? 4) what is the use of where clause and having clause 5) which clause is used to sort. 6) What are primary keys and foreign keys? 7) what is the difference between left outer and right outer join? 8) what is difference between delete table and drop table? 9) what is view? 10)What is the use of indexing 11) what are different aggregate functions 12) what is the use of like operator 13) What is a "join"? 14) Which are the different types of joins? 15) What is the difference between "inner" and "outer" joins? 16) What is the difference between GROUP BY and ORDER BY clauses? 17) Explain Pattern Matching: LIKE Operator 18) What is the use of tuple variable? 19) What is Cartesian product?
Stored procedure and function
1. What is the use of stored procedure or function
2. What is the difference between stored procedure and function? 3. What is the difference between IN, OUT and INOUT parameter. 4. How to execute stored procedure? 5. How to execute function?
Cursor and triggers
1. What is the use of cursor?
2. Explain different steps Declare, Open , fetch with respect to cursor 3. What are different types of cursors? 4. What is trigger? Why to use triggers 5. What are different trigger events? 6. What are different types of triggers? 7. How to execute triggers? 8. What is the significance of OLD and NEW variables in trigger?