how to find count rows in table without count function?

Answers were Sorted based on User's Feedback



how to find count rows in table without count function?..

Answer / mani

Select max(rownum) from table_name;

Is This Answer Correct ?    35 Yes 0 No

how to find count rows in table without count function?..

Answer / anil kumar

select sum(1) from table_name;

Is This Answer Correct ?    11 Yes 0 No

how to find count rows in table without count function?..

Answer / rajender varma

Select num-rows from user-tables where table-name='emp'

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

The join defined by the default data link is an outer join yes or no ?

1 Answers   Oracle,


What is a Public Synonyms ?

1 Answers  


What is a tns file?

1 Answers  


Explain oracle data types with examples?

1 Answers  


various types of hints and their usage

1 Answers  


Hi friends can u send the oracle 9i full version download link?????????????? please reply ?

1 Answers  


how to tune oracle sql queries pls tell me step by step. urgent pls

1 Answers  


How do you find out from the RMAN catalog if a particular archive log has been backed-up?

1 Answers  


Can we write insert statement in function in oracle?

1 Answers  


How to write text literals in oracle?

1 Answers  


select trunc(round(156.00,-1),-1) from dual;

2 Answers  


how do get database name at sql prompt?

3 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)