Courseiva
Configure and manage automation of tasksmediumMatchingObjective-mapped

DP-300 Configure and manage automation of tasks Practice Question

Match each Azure SQL Database command to its function.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Sets database-level configuration options

Clears the procedure cache

Changes the recovery model of the database

Creates a database as a copy of another database

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

CREATE DATABASE: Creates a new database

In Azure SQL Database, CREATE DATABASE initializes a new database, ALTER DATABASE changes its configuration, DROP DATABASE removes it, and BACKUP DATABASE creates a backup (though backups are often automatic). Common confusions include swapping CREATE with DROP and ALTER with BACKUP due to similar administrative contexts.

Answer analysis

Option-by-option breakdown

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

  • CREATE DATABASE: Creates a new database

    Why this is correct

    Correct: CREATE DATABASE is used to create a new database in Azure SQL Database.

  • ALTER DATABASE: Modifies database settings

    Why this is correct

    Correct: ALTER DATABASE modifies properties like service tier, max size, or collation.

  • DROP DATABASE: Deletes a database

    Why this is correct

    Correct: DROP DATABASE permanently removes the database and its data.

  • BACKUP DATABASE: Creates a backup

    Why this is correct

    Correct: BACKUP DATABASE creates a backup of the database, though in Azure SQL Database automated backups are managed by the platform.

  • CREATE DATABASE: Deletes a database

    Why it's wrong here

    Incorrect: This describes DROP DATABASE. CREATE DATABASE creates a new database, not deletes.

  • ALTER DATABASE: Creates a backup

    Why it's wrong here

    Incorrect: This describes BACKUP DATABASE. ALTER DATABASE modifies settings, not backs up.

About these practice questions

Courseiva writes every DP-300 question from scratch — 906 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-300 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-300 exam.