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

List out the components of logical database structure of oracle database.

0 Answers  


What is a Temporary Segment ?

2 Answers  


what is view?

7 Answers   Accenture,


What are the extensions used by oracle reports?

0 Answers  


difference between truncate and delete ,drop?

3 Answers  


What is the minimum client footprint required to connect c# to an oracle database?

0 Answers  


How to delete a column in an existing table?

0 Answers  


How will you write a query to get a 5th rank student from a table student_report?

0 Answers  


How can we Update a table with out using UPDATE command?

1 Answers  


Indexes in oracle ?

3 Answers   Keane India Ltd, L&T,


How many types of tables are there in oracle?

0 Answers  


How to display row numbers with the records?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1808)
  • 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)