Database Management PostgreSQL Mcq
Sep 25, 2025

Which view shows table and index sizes?

Choose the correct answer:
A) pg_stat_user_tables
B) pg_class
C) pg_size_pretty
D) information_schema.tables
Detailed Explanation

pg_class system catalog contains size information for tables and indexes, often used with pg_size_pretty() function.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback