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
Explain the difference between triggers and constraints?
What is rank function in sql?
What is an emotional trigger?
Describe different types of general function used in sql?
How is debugging done?
How would you pass hints to the sql processor?
What is database white box testing and black box testing?
What is sql engine in oracle?
What is a temporal table?
Can we use loop in sql?
what is a unique key ? : Sql dba
What is full join?
What are local and global variables and their differences?
Is it possible to pass parameters to triggers?
Can we create index on primary key?