I have a employees table having less than 15 records , Table has below three columns
EmpId Emp_name department
I want to get the index value by user. According to this index value the plsql block of code that takes the first name value from the records in the Employee table between 1 and the index put by user, and converts it to the table index structure.
1- Emp 1
2- Emp 2
3- Emp 3
4- Emp 4
I am trying this to get it done by using plslq array only by considering Index of array as searching criteria.