Courseiva
hardMultiple SelectObjective-mapped

DP-203 Practice Question: Which THREE of the following are required to…

Which THREE of the following are required to implement column-level security in Azure Synapse Analytics dedicated SQL pool?

⚠ Common exam trap

It's easy for candidates to confuse column-level security with row-level security or assume that DENY statements can be used at the column level, but Azure Synapse only supports GRANT for column-level permissions and does not support DENY on individual columns.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

A GRANT statement on specific columns to users or roles

Column-level security in Azure Synapse Analytics dedicated SQL pool is implemented using GRANT statements on specific columns. By granting SELECT on only certain columns to a user or role, you restrict access to sensitive data at the column level. While a VIEW can help simplify permission management, it is not mandatory. A database user does not require a default schema specifically for column-level security; it is a general database requirement. Therefore, only Option A is strictly required.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • A GRANT statement on specific columns to users or roles

    Why this is correct

    GRANT allows access to specified columns.

  • A VIEW that selects only the allowed columns

    Why it's wrong here

    A VIEW that selects only the allowed columns is required because it provides an additional layer of abstraction and security, ensuring that users only see permitted columns without needing to manage individual column permissions on tables.

  • A DENY statement on specific columns to users or roles

    Why it's wrong here

    DENY is not required; absence of GRANT is enough to block access.

  • A row-level security policy must be in place

    Why it's wrong here

    RLS is for rows, not columns.

  • The database user must have a default schema

    Why it's wrong here

    A default schema is required for the user to access objects.

About these practice questions

Courseiva writes every DP-203 question from scratch — 760 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This DP-203 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DP-203 exam.