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
Where the sql database files are stored?
What are the types of sql commands?
Can I call a procedure inside a function?
Mention what does the hierarchical profiler does?
what is oracle database ? : Sql dba
How do I use google cloud in sql?
when MSQL8.0 is in market
Can we call dml statement in function?
Explain what is rdbms?
How global cursor can be declare with dynamic trigger ?
what is a record in a database ? : Sql dba
What is normalization in sql?
Is it possible to pass parameters to triggers?
What is sql comments?
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?