How to count the no of records of a table without using
COUNT function?
Answer Posted / l meher
select max(rownum) from table_name;
| Is This Answer Correct ? | 24 Yes | 0 No |
Post New Answer View All Answers
What does sign mean sql?
What is indexes?
What is the life of an sql statement?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
List and explain the different types of join clauses supported in ansi-standard sql?
What is the difference between having clause and where clause?
What is database migration?
When are we going to use truncate and delete?
What is rank () in sql?
What sql does db2 use?
What is trigger and stored procedure in sql?
Does truncate release storage space?
What is cold data?
What is composite data type in pl sql?
what are all different types of collation sensitivity? : Sql dba