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
Does oracle use sql?
Why is a primary key important?
What is identity column in sql server?
what are the features and advantages of object-oriented programming? : Sql dba
What is the difference between unique and primary key constraints?
What are keys in sql?
What is the process of debugging?
Which tcp/ip port does sql server run on? How can it be changed? : Sql dba
Can we use commit inside a trigger?
What are the different ddl commands in sql?
How to select unique records from a table?
Can we use the cursor's to create the collection in PL/SQL?
What is oracle and pl sql?
What are aggregate and scalar functions?
How to write pl sql program in mysql command prompt?