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
How do I view tables in sql developer?
How do you optimize a query?
What is record type in pl sql?
how to create a table index in mysql? : Sql dba
What is substitution variable?
How subquery works in sql?
how mysql optimizes distinct? : Sql dba
What is the purpose of primary key?
What is a natural join sql?
Explain lock escalation? : Transact sql
Is trigger a stored procedure?
What is oracle sql developer?
What is the use of double ampersand (&&) in sql queries? Give an example
discuss about myisam index statistics collection. : Sql dba
What is the use of sqldataadapter?