Topic 1 Question 74
2 つ選択You want to migrate your PostgreSQL database from another cloud provider to Cloud SQL. You plan on using Database Migration Service and need to assess the impact of any known limitations. What should you do?
Identify whether the database has over 512 tables.
Identify all tables that do not have a primary key.
Identity all tables that do not have at least one foreign key.
Identify whether the source database is encrypted using pgcrypto extension.
Identify whether the source database uses customer-managed encryption keys (CMEK).
ユーザの投票
コメント(3)
B: Identify all tables that do not have a ***** primary key. Tables in databases that don't have a primary key aren't migrated automatically by Database Migration Service. You must manually migrate them. The Migrating tables without a primary key section outlines different strategies.
E: Identify whether the source database uses customer-managed encryption ***** keys (CMEK).
👍 2pk3492022/12/24- 正解だと思う選択肢: BE👍 2chelbsik2022/12/25
B, E. A is irrelevant. So is C. Cloud SQL supports the pgcrypto extension so that’s also irrelevant. That leaves B and E. The link provided by chelbsik is spot on.
👍 1dynamic_dba2023/03/13
シャッフルモード