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
Give the order of sql select?
Mention what is the use of function "module procedure" in pl/sql?
Can we call procedure in select statement?
Can we use joins in subquery?
How can I tell if sql is running?
What is a temp table?
What is t-sql? : Transact sql
How do you run a query?
How do I start pl sql?
what are properties of a transaction? : Sql dba
What are stored procedures in mysql?
Is sql injection illegal?
Why is sql important?
Which is faster count (*) or count 1?
What does closing a cursor do?