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
How to get list of all tables from a database?
Can dml statements be used in pl/sql?
What is the purpose of design view?
Is sqlite free?
Is a table valued function object?
Is a view faster than a stored procedure?
Explain the commit statement.
What is varchar sql?
Can we use ddl statements in stored procedure sql server?
what are the features and advantages of object-oriented programming? : Sql dba
what is 'mysqlimport'? : Sql dba
how to return query output in html format? : Sql dba
How can I speed up sql query?
what is the difference between primary key and unique key? : Sql dba
How do I remove sql developer from windows 10?