Answer Posted / akki julakanti
pl/sql is a procedural language
it is extension to sql introduced by oracle,
to perform operations over a database.
Here we follow some sequence of steps or programs.
Advantages:
1.supports conditional,looping,modularity
2.Better performance
3.Portability
4.Allow subprograms
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
what is row? : Sql dba
What is an implicit commit?
Why stored procedure is faster than query?
What is secondary key?
What is the location of pre_defined_functions.
what are different types of collation sensitivity? : Sql dba
how is exception handling handled in mysql? : Sql dba
what is uncommittable transactions? : Transact sql
How do I install sql?
Explain the purpose of %type and %rowtype data types with the example?
Is left join same as join?
What are dml commands?
define sql insert statement ? : Sql dba
What is column?
Can we insert in view in sql?