TCS Database
TCS Database
TCS Database
Inner Join
outer join (left outerjoin , right outer join)
full outer join
2. Explain normalization with examples.
First Normal Form : Avaoids relation within a relation
Second Normal Form : Fully functional depended on each key
Third Normal Form : Avoids Transitivity dependency
3. What cursor type do you use to retrieve multiple recordsets?
ref cursors'
4. State the difference between a "where" clause and a "having" clause
having comes along with group by
5. What is the difference between "procedure" and "function"?
procedure doesnot return a value thru return statement
6. How will you copy the structure of a table without copying the data?
select * from table_naem where 1 > 3
7. How to find out the database name from SQL*PLUS command prompt?
8. Tadeoffs with having indexes
9. Talk about "Exception Handling" in PL/SQL?
10. What is the difference between "NULL in C" and "NULL in Oracle?"
11. What is Pro*C? What is OCI?
12. Give some examples of Analytical functions.
13. What is the difference between "translate" and "replace"?
14. What is DYNAMIC SQL method 4?
15. How to remove duplicate records from a table?