What is the difference between pl and sql?



What is the difference between pl and sql?..

Answer / Akshay Kumar

SQL (Structured Query Language) is a standard language for managing and manipulating databases, while PL/SQL (Procedural Language SQL) is a procedural extension of SQL provided by Oracle Corporation to embed SQL commands within PL/SQL blocks. PL/SQL allows the creation of stored procedures, functions, triggers, packages, and other program units that can be used to encapsulate logic and improve database performance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

what is the difference between sql and t-sql? : Transact sql

1 Answers  


what are ddl statements in mysql? : Sql dba

1 Answers  


How do you write an inner join query?

1 Answers  


Can we have exception part in trigger ?

1 Answers  


What is java sql package?

1 Answers  


What are the sql versions?

1 Answers  


What are sql objects?

1 Answers  


Can we delete column in sql?

1 Answers  


how can you see all indexes defined for a table? : Sql dba

1 Answers  


What are aggregate functions in sql?

1 Answers  


Why does %isopen return false for an implicit cursor?

1 Answers  


How does a trigger work?

1 Answers  


Categories