How to count the no of records of a table without using
COUNT function?
Answer Posted / satya
select sum(1) from table_name;
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the maximum size of sqlite database?
Which table is left in join?
What is forward declaration in pl sql?
What is sql clause?
What is ttitle and btitle?
What is primary key and foreign key?
Why primary key is required?
What is the purpose of the sql select top clause?
What if we write return in procedure?
What is crud sql?
What is column?
Why do we need sharding?
What is scalar function?
What is null in pl/sql?
Does sql profiler affect performance?