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
How sql query is executed?
What is cross join example?
How do I write a cron which will run a sql query and mail the results to agroup?
What is rownum in sql?
How do you use join?
What is sql in java?
What is cartesian join in sql?
Why query optimization is needed?
tell me about various levels of constraint. : Sql dba
what are dynamic queries in t-sql? : Transact sql
Do we need to rebuild index after truncate?
What is t sql used for?
How do I start sql from command line?
Is there a 64 bit version of ssms?
Can you inner join the same table?