InterviewSolution
Saved Bookmarks
| 1. |
Why indexing is used in PL SQL? |
|
Answer» Nowadays, Databases are getting COLOSSAL, and there is a large amount of DATA to go through while finding anything in particular when required. Indexing in PL/SQL helps to speed up the process of finding a specific PIECE of data by RETURNING a small portion of table rows in order to make the process of accessing data accurate and faster. |
|