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
Can we use insert statement in function?
What are the advantages of normalization?
Can we call stored procedure in function?
What is the difference between unique and primary key constraints?
Explian rowid, rownum? What are the psoducolumns we have?
What are pl sql procedures?
what is a primary key? : Sql dba
What are the constraints available in sql?
Name the operator which is used in the query for pattern matching?
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
Is left join inner or outer?
Does sql use python?
what is meant by nl2br()? : Sql dba
what are local and global variables and their differences? : Sql dba
What is the difference between partitioning and sharding?