logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are PL/SQL Subprograms? What are its Advantages ?


  • Correct Answer
  • Named PL/SQL blocks of code which can be invoked using parameters are called PL/SQL sub programs Advantages of PL/SQL subprograms are - The application makes a single call to the database to run a block of statements which improves performance against running SQL multiple times This will reduce the number of calls between the database and the application - PL/SQL is secure since the code resides inside the database thus hiding internal database details from the application The application will only make a call to the PL/SQL sub program - PL/SQL and SQL go hand in hand so there would be no need of any translation required between PL/SQL and SQL 


  • Technology problems


    Search Results


    • 1. What are Cursors? Explain Types of cursors in PL/SQL
    • Discuss
    • 2. What are the uses of synonyms?
    • Discuss
    • 3. What is ANALYZE command used for?
    • Discuss
    • 4. How to create a basic text file in php?
    • Discuss
    • 5. What's the difference between Session and Cookie?
    • Discuss
    • 6. What is a Trigger? Explain Types of PL/SQL Triggers.
    • Discuss
    • 7. What are transaction isolation levels supported by Oracle?
    • Discuss
    • 8. Can you explain how to insert an image in table in oracle?
    • Discuss
    • 9. Which of the following are elements of SQL?

    • Options
    • A. base-table-identifier ::= user-defined-name
    • B. base-table-name ::= base-table-identifier
    • C. boolean-primary ::= comparison-predicate
    • D. All the above
    • Discuss
    • 10. What is DocumentDB ?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment