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
Does sql require a server?
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
What does select top 1 do in sql?
What is sqlcommand?
Why sql query is slow?
Is sql sequential or random?
What are the types of dbms?
What is java sql connection?
What is the purpose of the primary key?
What is natural join in sql?
How do I save a stored procedure?
what does it mean to have quoted_identifier on? : Sql dba
What is db journal file?
How can a function retun more than one value in oracle with proper example?
what is isam? : Sql dba