Is there any thing from which we can faster get the no. of rows in a table instead of using count(1). Further there are two cases :
a) when we want to get the no. of rows in a table.
b) when we just want to know if there is at-least one row.
Thanks in advance.