Which command do you need to enter the PostgreSQL interactive shell?
PostgreSQL is a powerful, open source relational database management system Check Point offers a command for viewing the database to interact with Postgres interactive shell
Which command do you need to enter the PostgreSQL interactive shell?
A . psql_client cpm postgres
B . mysql_client cpm postgres
C . psql_c!ieni postgres cpm
D . mysql -u root
Answer: B
Latest 156-585 Practice Questions with 75 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
I agree
It must be “A”.
1. Enter the following com m and in Expert mode:
psql_client cpm postgres
2. At the prom pt enter: \d
3. A list o f relations (database objects) displays.