Answer Posted / prabhudatta barick
Please ignore my first answer...
as By default this job runs within a maintenance windows
between 10 P.M. to 6 A.M. week nights and all day on
weekends.
to get the exact record please use this
ANALYZE TABLE <table_name> COMPUTE STATISTICS;
SELECT num_rows
FROM dba_tables
WHERE table_name = '<TABLE_NAME>';
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is sql entity?
what is 'mysqld'? : Sql dba
Does execute immediate commit?
What is synchronized subquery?
what are the nonstandard string types? : Sql dba
What are the three forms of normalization?
How can the performance of a trigger be improved?
Describe types of sql statements?
how does a local variable is defined using t-sql? : Transact sql
Can we rollback after truncate?
Why we use join in sql?
What is the use of function in sql?
What is structural independence and why is it important?
Explain what is a view?
Is it possible to create startup or shutdown trigger for on-schema?