With out using count() function. How to the find total
number of rows in a table?
Answer Posted / saurabh
select sum(1) from table-name
| Is This Answer Correct ? | 26 Yes | 4 No |
Post New Answer View All Answers
What are keys in sql?
Can we join two tables without common column?
What is the difference between the sql*loader and import utilities? : aql loader
What is varchar example?
What will you get by the cursor attribute sql%rowcount?
What sql database should I use?
Define commit, rollback and savepoint?
What are the different types of joins in sql?
What is rank dense_rank and partition in sql?
What is a field in a database?
What are the types of views in sql?
What is dml with example?
What is record in pl sql?
Can we use update in sql function?
Why do we need cursors in pl sql?