Q:

To restore a PostgreSQL backup created with pg_dump, the following may be used:

-1

To restore a PostgreSQL backup created with pg_dump, the following may be used:


  1. $ psql -F database_dump.psql database_name
  2. $ psql -R database_dump.psql database_name
  3. $ psql -f database_dump.psql database_name
  4. $ psql -r database_dump.psql database_name

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

C.$ psql -f database_dump.psql database_name

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

PostgreSQL MCQ Quiz (Multiple Choice Questions And Answers)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which statement is true about PostgreSQL data type... >>
<< Which statement is not true about a PostgreSQL dom...