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 8 Question 70 Discussion

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

I would like to insert the contents of the text file users.dat into the table t1 using psql.

Contents of text file users.dat: Definition of table t1: CREATE TABLE t1 (uname TEXT, pass TEXT, id INTEGER); Select the most appropriate input from those below.

Show Suggested Answer Hide Answer
Suggested Answer: A, E

Contribute your Thoughts:

Mariann
3 days ago
I think the correct answer is A) \\copy t1 FROM users.dat WITH DELIMITER ':' because it is used to copy data from a file into a table in psql.
upvoted 0 times
...

Save Cancel