how to find count rows in table without count function?

Answer Posted / anil kumar

select sum(1) from table_name;

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to create a new table in oracle?

590


How will you identify oracle database software release?

526


What are ddl statements in oracle?

590


Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.

1645


How to retrieve data from an explicit cursor?

558






What is a subquery in oracle?

578


How to assign data of the deleted row to variables?

579


What is the difference between truncate & delete command?

614


How to rename a column in an existing table?

615


How to create a table interactively?

558


How translate command is different from replace?

544


What is blob datatype?

569


Explain the use of record option in exp command.

533


For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame ?

1556


How remove data files before opening a database?

563