Question

Oracel Database: Execute dbms_stats.gather_schema_stats(user); Select table_name, blocks from user_tables; What does this tell you about basic...

Oracel Database:

Execute dbms_stats.gather_schema_stats(user); Select table_name, blocks from user_tables; What does this tell you about basic compression and DML?

Homework Answers

Answer #1

The first line of the code,

Execute dbms_stats.gather_schema_stats(user);

Is used for gathering statistics of the given data and reduce it into a small fragment of data so that any operation can be performed without any overhead.

Then, the second line

Select table_name, blocks from user_tables;

Is used to select values such as table_name and blocks from the user_table which was executed in the above query and boiled down to a smaller set of data so that values can be fetched easily.

Therefore the given code will execute the user table and make the data as less as possible and then execute select query to fetch the defined data quickly.

If you liked the solution then give a thumbs up ? it will be really appreciated ?

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
What does degree of operating leverage tell you about a company?
What does degree of operating leverage tell you about a company?
What is the Piotroski F-Score and what does it tell you about a company? As an...
What is the Piotroski F-Score and what does it tell you about a company? As an investor, what might this analytical data reveal about a company and would you find it useful?
What happens when the vector dna is digested with EcoRI? What does this tell you about...
What happens when the vector dna is digested with EcoRI? What does this tell you about the number and distribution of EcoRI sites in the vector?
What does the relationship between HPR and K tell you about the stock’s current value?
What does the relationship between HPR and K tell you about the stock’s current value?
What does the pH of the final solution after titration tell you about the products present?
What does the pH of the final solution after titration tell you about the products present?
It was observed that SnI4 is soluble in acetone. What does this tell you about the...
It was observed that SnI4 is soluble in acetone. What does this tell you about the ionic nature of this compound? What is the charge on the tin atom? What was the effect of adding KI to the acetone solution? When heating metallic tin in the presence of iodine, only SnI4 is formed, no SnI2. Explain this experimental result.
What does Tiktaalik rosaea, the “fishapod,” tell us about how tetrapods evolved from fish? Are these...
What does Tiktaalik rosaea, the “fishapod,” tell us about how tetrapods evolved from fish? Are these transit
What does population proportion tell us about the population?
What does population proportion tell us about the population?
What does Humes' Fork tell us about knowledge?
What does Humes' Fork tell us about knowledge?
What does price-to-earning ratio tell us about a firm?
What does price-to-earning ratio tell us about a firm?
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT