what is sql and plsql

Answer Posted / rajesh.k

sql is a structure query language,in which we are retriving
the data through statements from the database,it cannot be
used for later application,,,
pl/sql is a programming language it has the
declare
variables;
begin
sql smts;
exceptions
end;
in plsql thru stored programs like proc,func we can use for
later applications,,

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sql resultset?

533


What is the purpose of a sql?

532


What is meant by temporal data?

546


What are the qualities of 2nf?

546


What are the advantages of sql?

561






What is the use of count (*) in sql?

551


What is query syntax?

523


What is a constraint?

570


What is offset in sql query?

598


What is a unique key and primary key and foreign key?

569


What is a left join?

514


What is before and after trigger?

519


Why is a trigger used?

531


What is java sql package?

540


Why we use joins in sql?

544