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
Which one is better sql or oracle?
difference between anonymous blocks and sub-programs.
Mention what is the function that is used to transfer a pl/sql table log to a database table?
What is an index in sql with example?
What is view? Can we update view
How do you rename a table in sql?
What is the use of count (*) in sql?
What are the set operators in sql?
How do you copy a table in sql?
What is sql used for?
What are procedures used for?
Is sql sequential or random?
What is implicit cursor in pl sql?
Is join same as left join?
Is it important to partition hard disk?