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
What are the types of subqueries?
What is the difference between function and procedure in pl/sql?
Who developed sql?
what are the advantages of sql ? : Sql dba
what are all the different types of indexes? : Sql dba
Explian rowid, rownum?
What is dba in sql? : SQL DBA
Name some usages of database trigger?
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba
how to rename an existing column in a table? : Sql dba
What is the purpose of the partition table?
What is function and procedure?
what is the syntax for using sql_variant_property? : Transact sql
explain about mysql and its features. : Sql dba
Why triggers are used?