How to count the no of records of a table without using
COUNT function?
Answer Posted / satya
select sum(1) from table_name;
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the difference between explicit and implicit cursors in oracle?
What is t sql in sql server?
what is data manipulation language? : Sql dba
how to include comments in sql statements? : Sql dba
Is left join and outer join same?
what is primary key? : Sql dba
How can triggers be used for the table auditing?
What is difference between stored function and application function?
What do you mean by query optimization?
What is sql query limit?
Is subquery faster than join?
What is a join query?
Is id a reserved word in sql?
define sql update statement ? : Sql dba
What is not null in sql?