exam questions

Exam DP-300 All Questions

View all questions & answers for the DP-300 exam

Exam DP-300 topic 2 question 47 discussion

Actual exam question from Microsoft's DP-300
Question #: 47
Topic #: 2
[All DP-300 Questions]

SIMULATION
-

You need to classify the StandardCost and ListPrice columns of the SalesLT.Product table in db1. The columns must have the following configurations:

• An information type of Financial
• A sensitivity label of Confidential

To complete this task, sign in to the virtual machine. You may need to use SQL Server Management Studio and the Azure portal.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
2f5c7cd
6 months, 1 week ago
T-SQL version ADD SENSITIVITY CLASSIFICATION TO SalesLT.Product.StandardCost, SalesLt.Product.ListPrice WITH ( LABEL = 'Confidential', INFORMATION_TYPE = 'Financial' );
upvoted 2 times
voodoo_sh
3 months, 3 weeks ago
Thanks for the T-SQL! GUI: for SQL Server, can right click database in SSMS -> Tasks -> Data Discovery and Classification. For Azure SQL DB and SQL MI, go to Azure Portal -> Database -> Security -> Data Discovery and Classification
upvoted 1 times
...
...
pjfunner
1 year ago
Steps would be similar to this: https://learn.microsoft.com/en-us/sql/relational-databases/security/sql-data-discovery-and-classification?view=sql-server-ver16&tabs=t-sql
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago