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

What is difference between sql and mysql?

0 Answers  


How to start oracle sql developer?

0 Answers  


how many no of table can be join in a sql query.

4 Answers  


what is 'mysqlimport'? : Sql dba

0 Answers  


What are the types of queries in sql?

0 Answers  






I want to know last five transactions or records from emp table, from now?

11 Answers   Wells Fargo,


why use cursors?

5 Answers   Oracle,


What are the types of triggers in sql?

0 Answers  


Does truncate need commit?

0 Answers  


how many tables will create when we create table, what are they? : Sql dba

0 Answers  


What is a join?

0 Answers  


What is delete command in sql?

0 Answers  


Categories