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
How do you optimize a query?
What is sql character function?
Can we perform dml in function?
What is a constraint?
What is #table in sql?
what is dbms? : Sql dba
How can we store rows in PL/SQL using array?
What are the sql versions?
Is sql between inclusive?
explain the options of myisamchk to improve the performance of a table. : Sql dba
How do I find duplicates in sql?
How do I sort a table in sql?
What is a primary key called that is made up of more than one field?
Explain how to use transactions efficiently : transact sql
What is a unique constraint?