how do u know the total no of rows in a table?

Answers were Sorted based on User's Feedback



how do u know the total no of rows in a table?..

Answer / rajasekar

Select count(*) from table

Is This Answer Correct ?    13 Yes 0 No

how do u know the total no of rows in a table?..

Answer / ajeet singh

select count(*) from <tablename>;

Is This Answer Correct ?    3 Yes 0 No

how do u know the total no of rows in a table?..

Answer / mohd akhtar

select sum(1) from emp

Is This Answer Correct ?    4 Yes 3 No

how do u know the total no of rows in a table?..

Answer / javid khan

select count(*) from table;

Is This Answer Correct ?    1 Yes 0 No

how do u know the total no of rows in a table?..

Answer / kamala k n

select count(*) from table name

Is This Answer Correct ?    0 Yes 0 No

how do u know the total no of rows in a table?..

Answer / gurudatt

better way is to use the sys.indexes table where it gives the total no rows for each table.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Oracle General Interview Questions

How to define an anonymous block?

0 Answers  


How to select some rows from a table in oracle?

0 Answers  


i have a table with the columns below as Emp_ID Address_ID Address_Line City Country -------- --------- ----------- ------ --------- Q: Display the Emp_ID's those having more than one Address_ID

7 Answers   IBM,


Explain integrity constraint?

0 Answers  


Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?

0 Answers  






What is a directory object?

0 Answers  


What is meant by an index?

0 Answers  


how to use sequence and what use of sequence cache

1 Answers  


Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?

0 Answers  


Explain the use of full option in exp command.

0 Answers  


what is the output of select * from emp where null=null & select * from emp where 1=1

8 Answers   IMS Health, NIIT,


Which Oracle App Is Most Popular One ?

3 Answers  


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