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

What are privileges and grants?

0 Answers  


How to start a specific oracle instance?

0 Answers  


What are cursor?where are they used?

2 Answers  


How to write an inner join with the where clause in oracle?

0 Answers  


What is a data dictionary and how can it be created?

0 Answers  


How to convert character types to numeric types?

0 Answers  


What are the different types of modules in oracle forms?

0 Answers  


What is an oracle tablespace?

0 Answers  


What are the differences between lov and list item?

0 Answers  


20. Using a set operator, display the client number of all clients who have never placed an order.

0 Answers   Wipro,


how to clone 9i Database on to 10g Database.

0 Answers  


What is the difference between a user and a schema in oracle?

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)