---
title: "What is PL/SQL?"  
description: "What is PL/SQL?"  
author: "Anonymous User"  
published: 2019-09-16  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/33614/what-is-pl-sql  
category: "mssql server"  
tags: ["sql server", "sql", "plsql"]  
reading_time: 1 minute  

---

# What is PL/SQL?

The **Procedural Language (PL/SQL)** for SQL is a procedural language developed by Oracle to work with Oracle database using procedures in SQL. The PL/SQL program units are compiled by the Oracle Database server and stored inside the database. According to run-time, both PL/SQL and SQL run within the same server process, bringing optimal efficiency. The PL/SQL automatically inherits the robustness, security, and portability of the Oracle Database. The PL/SQL syntaxes include declarations for variables, constants, procedures, functions, conditions, and loops.

## Answers

### Answer by Anonymous User

The **Procedural Language (PL/SQL)** for SQL is a procedural language developed by Oracle to work with Oracle database using procedures in SQL. The PL/SQL program units are compiled by the Oracle Database server and stored inside the database. According to run-time, both PL/SQL and SQL run within the same server process, bringing optimal efficiency. The PL/SQL automatically inherits the robustness, security, and portability of the Oracle Database. The PL/SQL syntaxes include declarations for variables, constants, procedures, functions, conditions, and loops.


---

Original Source: https://www.mindstick.com/interview/33614/what-is-pl-sql

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
