Answer Posted / madhuri
sql is a structured query language which executes one sql
statement at a time where as pl/sql is a programming
language which embedd set of sql statements as a block and
executes it.Main advantage of pl/sql over sql is,we can use
control structures,cursors,subprograms and exception
handling in this case.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What is a table?
How does postgresql compare to "nosql"?
Inline the values in PL/SQL, what does it mean.?
What are the most important ddl statements in sql?
how to increment dates by 1 in mysql? : Sql dba
What is a sql*loader control file?
In what condition is it good to disable a trigger?
Can a trigger call a stored procedure?
Is keyword pl sql?
how many triggers are allowed in mysql table? : Sql dba
Explain how can you save or place your msg in a table?
What is rename in sql?
describe transaction-safe table types in mysql : sql dba
Explain the working of primary key?
Define SQL and state the differences between SQL and other conventional programming Languages?