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 is a stored procedure in sql with example?
How do I turn a list into a table?
Does varchar need length?
What is pragma in sql?
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
How to fix oracle error ora-00942: table or view does not exist
What is the difference between explicit and implicit cursors in oracle?
What is sqlerrd?
What is a null value?
What is tuple in sql?
What pl/sql package consists of?
What is sql and how does it work?
Does google use sql?
what is the different between now() and current_date()? : Sql dba
what are date and time functions in mysql? : Sql dba