ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 79 - BDS-C00 discussion

Report
Export

Multiple rows in an Amazon Redshift table were accidentally deleted. A System Administrator is restoring the table from the most recent snapshot. The snapshot contains all rows that were in the table before the deletion.

What is the SIMPLEST solution to restore the table without impacting users?

A.
Restore the snapshot to a new Amazon Redshift cluster, then UNLOAD the table to Amazon S3. In the original cluster, TRUNCATE the table, then load thedata from Amazon S3 by using a COPY command.
Answers
A.
Restore the snapshot to a new Amazon Redshift cluster, then UNLOAD the table to Amazon S3. In the original cluster, TRUNCATE the table, then load thedata from Amazon S3 by using a COPY command.
B.
Use the Restore Table from a Snapshot command and specify a new table name DROP the original table, then RENAME the new table to the original tablename.
Answers
B.
Use the Restore Table from a Snapshot command and specify a new table name DROP the original table, then RENAME the new table to the original tablename.
C.
Restore the snapshot to a new Amazon Redshift cluster. Create a DBLINK between the two clusters in the original cluster, TRUNCATE the destination table,then use an INSERT command to copy the data from the new cluster.
Answers
C.
Restore the snapshot to a new Amazon Redshift cluster. Create a DBLINK between the two clusters in the original cluster, TRUNCATE the destination table,then use an INSERT command to copy the data from the new cluster.
D.
Use the ALTER TABLE REVERT command and specify a time stamp of immediately before the data deletion. Specify the Amazon Resource Name of thesnapshot as the SOURCE and use the OVERWRITE REPLACE option.
Answers
D.
Use the ALTER TABLE REVERT command and specify a time stamp of immediately before the data deletion. Specify the Amazon Resource Name of thesnapshot as the SOURCE and use the OVERWRITE REPLACE option.
Suggested answer: B
asked 16/09/2024
Simon Tam
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first