
Write a query to display a row using index

Hi,
The indexed column of the table needs to be set as a parameter in the where clause.
The query string is as follows-
select * from employee where empid='35';
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.