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
what are the drivers in mysql? : Sql dba
What is sql query limit?
What is sql dialect?
how to install mysql? : Sql dba
What are the disadvantages of not performing database normalization?
What is bulk compiling in pl/sql.?
What is the difference between function and procedure in pl/sql?
How can you load microsoft excel data into oracle? : aql loader
What is foreign key in sql with example?
Why do we use joins?
How many tables can you join in sql?
What is a database trigger?
How to use sql*plus built-in timers?
Can we use the cursor's to create the collection in PL/SQL?
How do I view a sql database?