- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Environmental Science
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is PL/SQL ?
PL SQL stands for Procedural language constructs for Structured Query Language. PL SQL was introduced by Oracle to overcome the limitations of plain sql. So, pl sql adds in procedural language approach to the plain vanilla sql.
One thing to be noted over here is that pl sql is only for oracle databases. If you don’t have an Oracle database, then you cant work with PL SQL.
While, with the help of sql, we were able to DDL and DML queries, with the help of PL SQL, we will be able to create functions, triggers and other procedural constructs.
- Related Questions & Answers
- How to delete a column in SQL ?
- How to Create a Table in SQL – Postgres and MySQL Example Query
- What is Primary Key in SQL ?
- What is a unique key in SQL ?
- What is Normalization in SQL ?
- What is SQL server ?
- How do I view tables in SQL ?
- How to delete a row in SQL ?
- What are Nested Triggers ?
- What is PL/SQL ?
- What is a trigger in SQL ?
- How to delete a table in SQL ?
- What is SQL injection ?
- How to change a table name in SQL ?
- How to insert multiple rows in SQL ?
- How to find the nth highest salary in SQL ?
Advertisements
ads