Basic Oracle Concepts and Programming Question:
Download Job Interview Questions and Answers PDF
What Is PL/SQL?
Answer:
PL/SQL is a modern, block-structured programming language. It provides several features that make developing powerful database applications very convenient. For example, PL/SQL provides procedural constructs, such as loops and conditional statements, that are not available in standard SQL.
PL/SQL code runs on the server, so using PL/SQL lets you centralize significant parts of your database applications for increased maintainability and security. It also enables you to achieve a significant reduction of network overhead in client/server applications.
PL/SQL code runs on the server, so using PL/SQL lets you centralize significant parts of your database applications for increased maintainability and security. It also enables you to achieve a significant reduction of network overhead in client/server applications.
Download Oracle Database Interview Questions And Answers
PDF
Previous Question | Next Question |
How To Build Data Dictionary View an New Database? | What Are the Types PL/SQL Code Blocks? |