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
How do I run a program in pl sql?
what is cross join? : Sql dba
When can we use the where clause and the having clause?
How to load data with sql*loader?
what is the difference between where clause and having clause? : Sql dba
What are the ddl commands?
What are sql injection vulnerabilities?
What is a delimiter in sas?
What are the most important characteristics of pl/sql?
What is sap sql anywhere?
Explain the working of foreign key?
What is the use of function in sql?
How many aggregate functions are available there in sql?
how to use like conditions? : Sql dba
What is a constraint? Tell me about its various levels.