Knowledge check

Completed

Choose the best response for each of the questions below. Then select Check your answers.

Check your knowledge

1.

What are the four main query processing components in PostgreSQL?

2.

What is the result of running the following statement? EXPLAIN ANALYZE INSERT INTO animal (ani_id, name, weight_kg, cat_id, enc_id) VALUES (28, 'Robin Robin', 0.5, 2, 4);

3.

You're working on a complex query. You would like to see the query optimizer's plan to help you understand why it's running slowly. What should you do?