Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam DP-300 topic 1 question 44 discussion

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

You have an Azure subscription.

You need to deploy a new Azure SQL database by using Azure Command-Line Interface (CLI).

Which three parameters are required?

  • A. --name, --edition, and --capacity
  • B. --name, --tier, and --min-capacity
  • C. --name, --resource-group, and --server
  • D. --name, --licence-type, and --capacity
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
bakamon
Highly Voted 11 months, 3 weeks ago
Selected Answer: C
correct answer... very less discussion on DP 300 ... so i had to comment lol
upvoted 7 times
...
JJJR
Most Recent 2 weeks, 1 day ago
Selected Answer: C
C is correct, from Microsoft Learn: https://learn.microsoft.com/en-us/cli/azure/sql/db?view=azure-cli-latest#az-sql-db-create-required-parameters Required Parameters --name -n Name of the Azure SQL Database. --resource-group -g Name of resource group. You can configure the default group using az configure --defaults group=<name>. --server -s Name of the Azure SQL Server. You can configure the default using az configure --defaults sql-server=<name>.
upvoted 1 times
...
igorclapa
8 months, 1 week ago
Answer is correct. When deploying the resource, obviously it needs a name. You must also define where to deploy it (resource group). And you also need to define the "type" of SQL resource (--server)
upvoted 2 times
...
orionduo
10 months, 2 weeks ago
Selected Answer: C
resource group is needed so it is correct
upvoted 3 times
...
Robrol
1 year ago
C. - Correct answer
upvoted 3 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 ...