Objective :
How To Retrieve Records from a Table Depending on Condition
Description :
Suppose I have Z EMPLOYEE table in that i have ENO, ENAME, DEPTNO fields.
I want the records of employees whose name starts with 'A' .
Please any one provide solution for my query
Thanks
Prasad