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 is partition in sql query?
What are the uses of sysdate and user keywords?
What is memory optimized?
What is cartesian join in sql?
What will you get by the cursor attribute sql%rowcount?
how can we destroy the session, how can we unset the variable of a session? : Sql dba
What are the types pl/sql code blocks?
Is sql a programming?
How do I upgrade sql?
what is a database transaction? : Sql dba
How many scalar data types are supported in pl/sql?
what is a trigger in mysql? Define different types of trigger. : Sql dba
What is view explain with example?
Explain clause in sql?
What is an oracle stored procedure?