Collections:
What Is PL/SQL in Oracle
What Is PL/SQL in Oracle?
✍: FYIcenter.com
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.
⇒ Types of PL/SQL Code Blocks in Oracle
⇐ Introduction to Oracle PL/SQL
2018-10-30, 2659🔥, 0💬
Popular Posts:
What Is Program Global Area (PGA) in Oracle? A Program Global Area (PGA) is a memory buffer that is ...
How To Update Multiple Rows with One UPDATE Statement in SQL Server? If the WHERE clause in an UPDAT...
Where to find MySQL database server tutorials? Here is a collection of tutorials, tips and FAQs for ...
How To Convert Binary Strings into Hexadecimal Character Strings in SQL Server? When a query returns...
How To Revise and Re-Run the Last SQL Command in Oracle? If executed a long SQL statement, found a m...