I dont think so I would like to explain with example
suppose that I have written following qyuery for the emp table
select count(*) from emp;
this will always take more time.....just because it...