1. What are the features of OOPS used in PL/SQL ? Ans: Inheritance – Reusability Abstract Datatype Method Overloading
2. What are the built in packages available in PL/SQL ? Ans: DBMS_OUTPUT, DBMS_SQL, DBMS_STANDARDS, DBMS_UTL, DBMS_LOCK, DBMS_LOB, DBMS_JAVA, UTL_FILE,
3. Diff. In Function and Procedures? Ans: 1. Function must return a value where as procedure does not. 2. Function can be used in SQL statement where as Procedure does not.
4. What is the structure of the PL/SQL block? Ans: <> (Optional) Variable & Cursor Declaration <> Executable Statements <> (Optional) Exception handling End;
5. Can we use label for anonymous PL/SQL block? Ans: Yes, use it in “<
Post a Comment