Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

PostgreSQL Exam PGCES-02 Topic 9 Question 34 Discussion

Actual exam question for PostgreSQL's PGCES-02 exam
Question #: 34
Topic #: 9
[All PGCES-02 Questions]

What does the following command do? Select two correct descriptions regarding this SQL statement. SELECT * FROM information_schema.tables;

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

Kenneth
4 days ago
I'm not sure about option C and D. I think they are incorrect because the command is not requesting the contents of a specific table, but rather a list of tables.
upvoted 0 times
...
Melinda
6 days ago
A and E are both correct. The statement requests a list of tables defined in the information_schema database, which contains metadata about the database itself.
upvoted 0 times
...
Dannette
10 days ago
I agree with Devora. The command is requesting a list of defined tables in the currently connected database and in the 'information_schema' database.
upvoted 0 times
...
Devora
15 days ago
I think the correct descriptions are A and B.
upvoted 0 times
...

Save Cancel