how will u find statistics of a database objects?
Answer Posted / ramesh kotha
exex dbms_stats.gather_table_statistics
('<schema>','<tablename>');
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between partition and index?
what is the syntax used for partition in tsql? : Transact sql
Write a query to find the names of users that begin with "um" in sql?
Enlist the advantages of sql.
Will truncate release space?
Why are indexes and views important to an organization?
how can we find the number of rows in a table using mysql? : Sql dba
Enlist the data types that can be used in pl/sql?
How do I view a sql trace file?
How to rename a column in the output of sql query?
Enlist the characteristics of pl/sql?
Does inner join remove duplicates?
How to fix oracle error ora-00942: table or view does not exist
How is debugging done?
What do you mean by table in sql?