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 Identify the previously inserted/updated records in already populated table.

0 Answers  


How do you increase the OS limitation for open files (LINUX and/or Solaris)?

0 Answers  


how many triggers we can create on a table

11 Answers   G2 Technology, TCS,


I have two tables : COuntry,city I want all the cities in each country.Question on Cross Join.

3 Answers   Microsoft,


Difference between open_form and call_form in oracle.

0 Answers  






Do you know about aggregate functions? What is row num function? Can it be used all databases?

1 Answers   Bravura Solutions, Cap Gemini,


How to update rows in table, suppose i have lacks of rows in table how to update total table with update statement. Can u please any one answer this question with update statement.

2 Answers  


What privilege is needed for a user to create tables in oracle?

0 Answers  


Display those managers salary greater than the average salary of his employees?(Based on oracle standard Emp table)

6 Answers  


How to save query output to a local file?

0 Answers  


What is self-referential integrity constraint ?

2 Answers   SunGard,


How to retrieve data from an explicit cursor?

0 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)