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, 2801🔥, 0💬
Popular Posts:
Where to find answers to frequently asked questions on Managing Security, Login and User in SQL Serv...
How AdventureWorksLT tables are related in SQL Server? There are 12 user tables defined in Adventure...
Where to find answers to frequently asked questions on CREATE, ALTER and DROP Statements in MySQL? H...
How To List All Login Names on the Server in SQL Server? If you want to see a list of all login name...
How To Count Rows with the COUNT(*) Function in SQL Server? If you want to count the number of rows,...