What is the difference between SQL and PLSQL

Answers were Sorted based on User's Feedback



What is the difference between SQL and PLSQL..

Answer / sunil bisht

SQL is the only language through which you create or modify
data and structures in Oracle. Although other tools will
connect with the database, they all use SQL to read and
modify data.

Oracle's PL/SQL is a programming lanuguage that extends SQL
to include procedural elements, such as loops and whatnot.

Is This Answer Correct ?    14 Yes 0 No

What is the difference between SQL and PLSQL..

Answer / khan tauseef

SQL is structure Query Language whereas PL/SQL is Procedural
Language Structure Query Language.
SQL does not have Stored Procedures/Stored Functions whereas
PL\SQL has.

Is This Answer Correct ?    10 Yes 1 No

What is the difference between SQL and PLSQL..

Answer / g.sivanagaraju

SQL is a standard structured query language for all the Relational Databases using SQL we can INSERT,UPDATE,DELETE,RETRIEVE and MODIFY the structure of the database.
PLSQL is procedural level extension to the SQL. PLSQL uses Data Manipulation power of SQL and procedural power of some other languages.
PGA gets created by ORACLE SERVER while working in PLSQL environment unlike SQL, SGA.
We can perform complex level validations using PLSQL unlike SQL.

Is This Answer Correct ?    4 Yes 0 No

What is the difference between SQL and PLSQL..

Answer / sap

sql mean data base

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More SQL PLSQL Interview Questions

Types of cursor locks and explanation each of them ?

3 Answers   DELL, HP Finsoft,


Is t sql a programming language?

0 Answers  


How do I order columns in sql?

0 Answers  


What is a native sql query?

0 Answers  


what is bdb (berkeleydb)? : Sql dba

0 Answers  






What is sql injection vulnerability?

0 Answers  


What is the difference between partitioning and sharding?

0 Answers  


Is big data nosql?

0 Answers  


Is left join inner or outer by default?

0 Answers  


how to use like conditions? : Sql dba

0 Answers  


Is sql scripting language?

0 Answers  


Can we use the cursor's to create the collection in PL/SQL?

0 Answers   MCN Solutions,


Categories