PLSQL Test Paper
PLSQL Test Paper
Can commit, rollback, savepoint be used in database triggers? If yes then how? If no why? With reasons. 4. Can we declare a column having number data type and its scale is larger than precision Ex: column name NUMBER (10,100), column name NUMBER (10,-84) 5. Explain how procedure and functions are called in a pl/sql block ? 6. Explain the types of cursor? 7. 7.Explain rowid, rownum? What are the pseduocolumns we have? 8. Give the Structure of the function? 9. Give the Structure of the procedure? 10. How many types of database triggers can be specified on a table? what are they? 11. How packaged procedure are called from the following: a. Stored procedure b. Anonymous Block