What are the benefits of PL/SQL ?

 Posted by Niladri.Biswas on 5/17/2013 | Category: Oracle Interview questions | Views: 3429 | Points: 40
Answer:

1)Supports for Object-Oriented Programming

2)Multiple SQL statements can be executed

3)Errors can be handle more efficiently

4)An entire block of statements can be send to Oracle engine at a single point of time for processing .

5)We can achieve data abstraction using PL/SQL statements

6)Code reusability etc.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response