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 are sequences
what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba
Who developed sql?
Why do we use sql constraints? Which constraints we can use while creating database in sql?
How to call shell script from pl sql procedure?
How is a PL/SQL code compiled?
What is difference between group by and partition by?
what does myisamchk do? : Sql dba
Is sql low level language?
What is the largest value that can be stored in a byte data field?
What is clause in sql?
What is mutating trigger?
Can you sum a count in sql?
Can we change the table name in sql?
What is the difference between explicit and implicit cursors in oracle?