how select query use index without where clause? like
select * from mytab
it will use primary key and always doing full table-scan?
For this case, indexes or primary has any improvement on performance?
how select query use index without where clause? like
select * from mytab
it will use primary key and always doing full table-scan?
For this case, indexes or primary has any improvement on performance?