how will u find statistics of a database objects?

Answers were Sorted based on User's Feedback



how will u find statistics of a database objects? ..

Answer / ramesh kotha

exex dbms_stats.gather_table_statistics
('<schema>','<tablename>');

Is This Answer Correct ?    1 Yes 0 No

how will u find statistics of a database objects? ..

Answer / senthil vinayagam

Using analyze command

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More SQL PLSQL Interview Questions

Can we use ddl statements in stored procedure?

0 Answers  


How do you optimize a stored procedure in sql?

0 Answers  


Mention what problem one might face while writing log information to a data-base table in pl/sql?

0 Answers  


What is sql query limit?

0 Answers  


i need department wise top 2 employees salary.which logic i will use

17 Answers  






What is t-sql? : Transact sql

0 Answers  


How to change the order of columns in Oracle SQL Plus ?

0 Answers   MCN Solutions,


Can we use commit or rollback in trigger? If yes, then how. Please explain with a suitable example?

5 Answers   HSBC,


What language is oracle sql developer?

0 Answers  


I need a exceptoin in pl/sql block so that if any errors occur in the block then no exception should errors should raise?

1 Answers  


what is Complex index. how to create it?

2 Answers  


What are the parameter modes supported by pl/sql?

0 Answers  


Categories