How to count the no of records of a table without using
COUNT function?
Answer Posted / kart
select max(rownum) from table
| Is This Answer Correct ? | 65 Yes | 5 No |
Post New Answer View All Answers
Is truncate ddl or dml?
What is union and union all keyword in sql?
What is the difference between count 1 and count (*) in a sql query?
How do I start sql from command line?
how to enter numeric values as hex numbers? : Sql dba
What are properties of the transaction?
What is sql not null constraint?
explain the difference between delete , truncate and drop commands? : Sql dba
Mention what plvcmt and plvrb does in pl/sql?
Why do we need sharding?
Is merge a dml statement?
Can we use having without group by in sql?
How do I count records in sql?
What are the two different parts of the pl/sql packages?
What is normalisation and its types?