Exam 156-585 All QuestionsBrowse all questions from this exam
Question 68

PostgreSQL is 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?

    Correct Answer: A

    The correct command to enter the PostgreSQL interactive shell is typically 'psql' followed by the database name and other optional parameters. The option 'psql_client cpm postgres' aligns with the format for invoking the PostgreSQL command-line interface, making it the correct choice.

Discussion
nmrouterOption: A

Correct answer is A. CCTE documentation page 87.