how to find count rows in table without count function?

Answer Posted / mani

Select max(rownum) from table_name;

Is This Answer Correct ?    35 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by joins? List out the types of joins.

526


How to establish administrator authentication to the server?

558


What is an external table?

586


Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?

1877


Briefly explain what is literal? Give an example where it can be used?

542






How to rename an existing table?

607


What is a package ? What are the advantages of package ?

601


What is connection pooling in oracle?

552


How would you change old and new values in an insert, delete and update triggers?

541


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


What is java oracle used for?

523


What is the sql query to concatenate column values from multiple rows in oracle?

559


How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?

1468


What is bulk collect in oracle?

551


Explain about functional dependency and its relation with table design?

550