Answer Posted / anjali
Sql is a standalone set of commands. Pl sql is procedural extension to sql where we embed sql statements inside pl sql block so that we can achieve re-usability of code .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which function is used to return remainder in a division operator in sql?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
Sql technical questions
what is union, minus and interact commands? : Sql dba
how to use in conditions? : Sql dba
What is partition by in sql?
what is the difference between delete and truncate commands? : Sql dba
how do you control the max size of a heap table? : Sql dba
Is sql a oracle?
What is difference between cursor and trigger?
What schema means?
Explain about various levels of constraint.
what is the difference between sql and t-sql? : Transact sql
How can I speed up sql query?
What do you understand by exception handling in pl/sql?