Nuacht

It is a PL/SQL where i create index by table using record data type (%ROWTYPE). Then I use for loop to populate my index table and display.
When you use SELECT in a PL/SQL block, it’s important to make sure that exactly one row will always be returned by your query. If more than one row is returned, the TOO_MANY_ROWS exception occurs.