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 does where 1/2 mean in sql?
What is clause?
Describe different types of general function used in sql?
How do I find duplicates in a single column in sql?
How do you exit in sql?
List different type of expressions with the example.
What are the possible values for the boolean data field?
Is it possible to link two groups inside a cross products after the cross products group has been created?
What are the operators in sql?
what are the difference between clustered and a non-clustered index? : Sql dba
What is sql server and ase?
What are triggers and its uses?
What is data types in sql?
What is PL/SQL Records?
When should I use nosql database?