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 use of trigger?
- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?
What is the use of sqlerrd 3?
What are the different types of database management systems?
Is it possible for a table to have more than one foreign key?
How to start oracle sql developer?
What is a crud api?
Why do we need unique key in a table?
Write a query to display the current date in sql?
Does access use sql?
What is data types in sql?
what is the difference between a having clause and a where clause? : Sql dba
What is application trigger?
What is the difference between local variables and global variables?
What is a temp table?