Recall & Review
beginner
What is pgAdmin in PostgreSQL?
pgAdmin is a graphical user interface tool that helps you manage PostgreSQL databases easily without using the command line.
Click to reveal answer
beginner
Name the main sections of the pgAdmin interface.
The main sections are: Browser panel (left side), Query Tool (center), Dashboard (overview), and Properties panel (bottom or right side).
Click to reveal answer
beginner
What is the purpose of the Browser panel in pgAdmin?
The Browser panel shows your servers, databases, schemas, tables, and other objects in a tree view to help you navigate easily.
Click to reveal answer
beginner
How do you run SQL queries in pgAdmin?
You open the Query Tool from the Tools menu or right-click a database, write your SQL commands, and click the Execute button to see results.
Click to reveal answer
intermediate
What information does the Dashboard in pgAdmin provide?
The Dashboard shows server activity, database size, sessions, transactions, and other performance metrics in graphs and charts.
Click to reveal answer
Which panel in pgAdmin shows the list of databases and tables?
✗ Incorrect
The Browser panel displays the tree view of servers, databases, schemas, and tables.
Where do you write and execute SQL commands in pgAdmin?
✗ Incorrect
The Query Tool is designed for writing and running SQL queries.
What does the Dashboard in pgAdmin NOT show?
✗ Incorrect
The SQL query editor is in the Query Tool, not the Dashboard.
How can you open the Query Tool in pgAdmin?
✗ Incorrect
Right-clicking a database and choosing Query Tool opens the SQL editor.
Which of these is NOT a feature of pgAdmin?
✗ Incorrect
pgAdmin is a graphical tool, not a command line tool.
Describe the main parts of the pgAdmin interface and their roles.
Think about where you find databases, write queries, and see server info.
You got /4 concepts.
Explain how you would use pgAdmin to run a simple SQL query on a database.
Focus on the steps from opening pgAdmin to seeing query output.
You got /5 concepts.