A Data Engineer defines the following masking policy:
....
must be applied to the full_name column in the customer table:
Which query will apply the masking policy on the full_name column?
The query that will apply the masking policy on the full_name column is ALTER TABLE customer MODIFY COLUMN full_name SET MASKING POLICY name_policy;. This query will modify the full_name column and associate it with the name_policy masking policy, which will mask the first and last names of the customers with asterisks. The other options are incorrect because they do not follow the correct syntax for applying a masking policy on a column. Option B is incorrect because it uses ADD instead of SET, which is not a valid keyword for modifying a column. Option C is incorrect because it tries to apply the masking policy on two columns, first_name and last_name, which are not part of the table structure. Option D is incorrect because it uses commas instead of dots to separate the database, schema, and table names
Lucy
11 days agoBrock
14 days agoKindra
15 days agoAleta
16 days agoKindra
17 days agoAlethea
24 days agoRosio
26 days agoMoon
13 days agoViki
16 days agoColby
17 days agoMerilyn
1 months agoVicki
1 months agoBreana
10 days agoVeronica
16 days agoGladys
20 days ago