Answers:
Answer #1PL/SQL uses block structure as its basic structure. Anonymous blocks or nested blocks can be used in PL/SQL.
Answer #2PL/SQL support block structure. such as
1) Anonymous block
2) Named block and
3) Sub program <This also fall into blocks>
1) Anonymous block
2) Named block and
3) Sub program <This also fall into blocks>
Previous Question | Next Question |
If the application is running very slow? At what points you need to go about the database in order to improve the performance? | What are the components of a PL/SQL block? |