DBA > Job Interview Questions > Oracle DBA Interview questions and Answers

How do you find the number of rows in a Table ?

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

How do you find the number of rows in a Table ?

select count(*) from table, or from NUM_ROWS column of user_tables if the table statistics has been collected.

(Continued on next question...)

Other Job Interview Questions