How to count the no of records of a table without using
COUNT function?
Answer Posted / sandeep
select max(rownum) from table_name;
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
how to write date and time literals? : Sql dba
How global cursor can be declare with dynamic trigger ?
What is materialized view. What are different methods of refresh?
What are the types of queries in sql?
Can a composite key be null?
Do ddl statements need commit?
What are the most important ddl statements in sql?
Why is theta join required?
What is before trigger?
how do you control the max size of a heap table? : Sql dba
Can we rollback after truncate?
What is null in pl/sql?
What is the use of & in pl sql?
How to start oracle sql developer?
how do you know if your mysql server is alive? : Sql dba