What is the difference between SQL and PLSQL

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Mention what are different methods to trace the pl/sql code?

556


What is sql table?

518


When do we use triggers?

581


Do triggers have restrictions on the usage of large datatypes, such as long and long raw?

684


What is the difference between functions, procedures, and packages in pl/sql?

482






Mention what pl/sql package consists of?

535


What is inner join in sql?

584


What operators deal with null?

605


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

516


What is attribute indicator in pl sql?

519


What are sql constraints?

564


How to start the command-line sql*plus?

562


how to extract a unit value from a date and time? : Sql dba

554


Enlist the advantages of sql.

568


how to load data files into tables with 'mysqlimport'? : Sql dba

518