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
how to add a new column to an existing table in mysql? : Sql dba
What is $$ in sql?
What is embedded sql what are its advantages?
Which table is left in join?
Describe sql comments?
How can I get the number of records affected by a stored procedure?
What is sql architecture?
What are the 3 types of behavioral triggers?
Is sql database free?
What is natural join in sql?
What is the purpose of a secondary key?
What is the purpose of normalization?
What are instead of triggers?
how do you login to mysql using unix shell? : Sql dba
How do I run a pl sql program?