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
Is it possible to link two groups inside a cross products after the cross products group has been created?
how to return query output in html format? : Sql dba
What is #table in sql?
How does left join work in sql?
How can I change database name in sql?
What is the difference between database trigger and stored procedure?
what is the bond code in materialized view?
what is self-join? : Sql dba
How to call shell script from pl sql procedure?
Can we join 3 tables in sql?
What is the difference between rename and alias?
Enlist some predefined exceptions?
What are two statement types in sql?
What is a pragma statement?
how do you know the version of your mysql server? : Sql dba