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
Why truncate is faster than delete?
Is it possible to read/write files to-and-from PL/SQL?
What is pl sql record in oracle?
what is bcp? When is it used?
Define implicit and explicit cursors.
What is nvarchar in sql?
How do you modify a trigger?
Can I learn sql in a week?
what is table? : Sql dba
Can we perform dml in function?
How do I order by ascending in sql?
What is meant by truncate in sql?
What is data definition language?
What are the types of queries in sql?
What is a sql trace file?