CSC PLSQL Interview Questions
CSC Interview Questions In Oracle PL/SQL
- Tell me about your self
- What is index?
- How does index form internally?
- What are pseudo columns?
- What are exceptions? How to handle expections in PL/SQL?
- Explain about exception propagation?
- What is autonomous transaction?
- What is trigger? Have you ever used it?
- Define view
- Can we update a view?(what are the conditions)?
- If I have created view from two tables by taking all the columns in the table now is it possible to update that view?
- What is instead of triggers?
- What is syntax of case?
- Difference between procedure and functions?
- What is a package and what are its advantages?
- How to call procedure in Pro*C
- Have you ever used dynamic Sql statements in your project (methods in Pro*C)?
- How to handle exceptions in Pro*C
- What are the Sqlca structure elements?
- How do you handle/trap errors in Pro*C?
- Select duplicate records from a emp table?
- Select Nth maximum salary from emp table?
*/
No comments:
Post a Comment