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 is trigger explain with example?
What is the use of sqldataadapter?
How to call a javascript function from pl sql?
What is scalar data type in pl sql?
What is the difference between function, procedure and package in pl/sql?
What is synonyms?
Where can I learn sql for free?
what is the difference between truncate and drop statements? : Sql dba
What is pl sql block structure?
What is trigger and stored procedure in sql?
Is left join inner or outer by default?
Is clustered index a primary key?
what are the 'mysql' command line options? : Sql dba
What is aggregate function in sql?
Does truncate need commit?