DP-300 · Question #196
Drag and Drop Question You have an Azure SQL database named DB1. DB1 contains a table that has a column named Col1. You need to encrypt the data in Col1. Which four actions should you perform for…
The correct answer is Create a database master key.; Create a certificate.; Create a symmetric key.; Open the symmetric key. To encrypt a column using symmetric encryption in Azure SQL Database, you must follow a strict dependency chain: first create a Database Master Key (DMK) to protect other keys, then create a Certificate to protect the symmetric key, then create a Symmetric Key (protected by the…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Create a database master key.
- Create a certificate.
- Create a symmetric key.
- Open the symmetric key.
Explanation
To encrypt a column using symmetric encryption in Azure SQL Database, you must follow a strict dependency chain: first create a Database Master Key (DMK) to protect other keys, then create a Certificate to protect the symmetric key, then create a Symmetric Key (protected by the certificate), and finally Open the Symmetric Key before it can be used for encryption/decryption operations. This sequence establishes the full key hierarchy required by SQL Server's encryption model before any data can be encrypted.
Topics
Community Discussion
No community discussion yet for this question.
