Whats the difference between list and lov ?
Whats the difference between list and lov ?
i can do the same things with a list what an lov can do .
infact a list is more better. cause the list doesnt hold/show a range of values, and only has the items value iteself.
while the lov can get all the values of items depending on the query.
like
select ename, job, sal from emp
will show all the three items values in lov?