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

Is sql a backend language?

0 Answers  


How run sql*plus commands that are stored in a local file?

0 Answers  


Is sql a case sensitive language?

0 Answers  


i want run a sql query query? which phases are run in a back ground? pls tell me the answer

1 Answers  


Difference between a query and strored procedure?

4 Answers   Microsoft,






What jobs use sql?

0 Answers  


What do you mean by query optimization?

0 Answers  


Define commit, rollback and savepoint?

0 Answers  


explain advantages of innodb over myisam. : Sql dba

0 Answers  


Which kind of parameters cannot have a default value in pl sql?

0 Answers  


Can a foreign key be a duplicate?

0 Answers  


What does := mean in pl sql?

0 Answers  


Categories