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, 2574🔥, 0💬
Popular Posts:
How To Start the Command-Line SQL*Plus in Oracle? If you Oracle server or client installed on your w...
How To Break Query Output into Pages in MySQL? If you have a query that returns hundreds of rows, an...
What Is Oracle in Oracle? Oracle is a company. Oracle is also a database server, which manages data ...
What is SQL Server Transact-SQL (T-SQL)? SQL Server Transact-SQL, also called T-SQL, is an extension...
How to continue to the next iteration of a WHILE loop in SQL Server Transact-SQL? How to use CONTINU...