With out using count() function. How to the find total
number of rows in a table?
Answer Posted / ramaraju
select max(rownum) from table_name;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are inner outer left and right joins in sql?
Define the select into statement.
Can you select everything, but 1 or 2 fields, without writer's cramp?
What are its different types of dbms?
How can get second highest salary in sql?
What is sqlerrm?
what is the functionality of the function htmlentities? : Sql dba
What is crud diagram?
Can we use commit inside a trigger?
how to present a past time in hours, minutes and seconds? : Sql dba
How do you go back in sql?
What is meant by cursor in sql?
what is a database? : Sql dba
how many triggers are allowed in mysql table? : Sql dba
Is sql considered coding?