Answered Questions

  • COLLECTIONS

    1-WHAT IS DIFF BETWEEN VARRAY AND TABLE?2-WHAT IS SQL SUPPORT FOR NESTED TABLE?3-WHAT IS INLINE STORAGE AND OUT OF LINE STOGARE OF THE NESTED TABLE?4-WHAT ARE COMMON EXCEPTION RELATED WITH COLLECTION?5-CAN U DECLARE VARRAY OF VARRAY OF VARRAY OF TABLE?6-GIVE SAMPLE DEFINATION OF VARRAY OF OBJECT AND TABLE OF OBJECT?7-WHAT ARE COMMON METHODS OF HANDLING EXCEPTIONS?

  • What is pragma autonomous transaction? Plz can u let me know it in a simple understandable way.Thanks in advance.Byee

    Habib Ali

    • May 10th, 2016

    PRAGMA is instruction to compiler
    AUTONOMOUS TRANSACTION means running an SQL transaction inside a PLSQL block of code independently i.e Making changes to DB regardless of other transactions & their locks/latches

    sujata

    • Jan 19th, 2016

    Pragma AUTONOMOUS_TRANSACTION instructs the compiler to treat the PL/SQL block following the pragma as autonomous (independent) from the calling transaction. Pragma can be applied on:- 1) Anonymous PL...

  • TCS Database Questions

    1. What are the different types of joins?2. Explain normalization with examples.3. What cursor type do you use to retrieve multiple recordsets?4. State the difference between a "where" clause and a "having" clause5. What is the difference between "procedure" and "function"?6. How will you copy the structure of a table without copying the data?7. How to find out the...

    rr

    • Apr 19th, 2017

    Full OUTER also...is nothing but combination of Left and Right Outer Joins

    vishal bansal

    • Jul 28th, 2016

    This answer is incomplete... we have in total 6 types of joins from Oracle 10g onwards

    Cross joins
    Inner joins
    Outer joins
    Equi and non-equi joins
    Self joins
    Partitioned joins