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, 2839🔥, 0💬
Popular Posts:
How To Start MySQL Server in MySQL? If you want to start the MySQL server, you can run the "mysqld" ...
How to download and install Microsoft SQL Server Management Studio Express in SQL Server? Microsoft ...
How To Count Rows with the COUNT(*) Function in SQL Server? If you want to count the number of rows,...
How To Get the Definition of a View Out of the SQL Server in SQL Server? If you want get the definit...
How To Concatenate Two Character Strings Together in SQL Server Transact-SQL? Concatenating two char...