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 a recursive join sql?
What is a crud api?
Is it possible to sort a column using a column alias?
Explain correlated query work?
Why schema is used in sql?
What is cursor in pl sql?
What are all the ddl commands?
What are the three pl sql block types?
How do I add a primary key to a table?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
What is the need of merge statement?
What is the difference between functions, procedures, and packages in pl/sql?
What are the different types of tables in sql?
Can we create clustered index without primary key?
What is partition by in sql?