With out using count() function. How to the find total
number of rows in a table?

Answer Posted / ramachandran

select rownum from tablename;

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is trigger types in sql?

715


What is the least restrictive isolation level? : Transact sql

763


tell us something about heap tables. : Sql dba

819


What is benefit of creating memory optimized table?

701


What is a primary key called that is made up of more than one field?

1026






what is schema? : Sql dba

739


What is difference between nchar and nvarchar?

693


How many types of cursors supported in pl/sql?

794


what is a materialized view? : Sql dba

748


what is the difference between primary key and unique key? : Sql dba

705


How global cursor can be declare with dynamic trigger ?

1943


What is a heap in sql?

718


how to escape special characters in sql statements? : Sql dba

713


What are the types of functions in sql?

744


Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?

754