0
0
Azurecloud~5 mins

Creating Azure SQL Database - Quick Revision & Summary

Choose your learning style9 modes available
Recall & Review
beginner
What is an Azure SQL Database?
Azure SQL Database is a cloud-based service that provides a managed relational database. It lets you store and access data without managing the underlying hardware or software.
Click to reveal answer
beginner
What is a resource group in Azure?
A resource group is like a folder in Azure that holds related resources such as databases, servers, and apps. It helps organize and manage resources together.
Click to reveal answer
beginner
Why do you need a server when creating an Azure SQL Database?
The server acts as a container for your database. It manages security, access, and connection settings for your Azure SQL Database.
Click to reveal answer
beginner
What is the purpose of choosing a pricing tier when creating an Azure SQL Database?
The pricing tier determines the performance, storage size, and cost of your database. You pick one based on how much power and space your app needs.
Click to reveal answer
beginner
How do you connect to an Azure SQL Database after creation?
You connect using a connection string that includes the server name, database name, username, and password. This string is used by apps to access the database.
Click to reveal answer
What is the first step when creating an Azure SQL Database?
ACreate a web app
BCreate a virtual machine
CCreate a storage account
DCreate a resource group
Which component acts as a container for your Azure SQL Database?
AServer
BResource group
CStorage account
DVirtual network
What does the pricing tier affect in an Azure SQL Database?
ADatabase color theme
BPerformance and storage size
CNumber of users allowed
DType of programming language
How do applications connect to an Azure SQL Database?
AUsing a web browser only
BUsing a USB drive
CUsing a connection string
DUsing a virtual machine
Which of these is NOT required to create an Azure SQL Database?
AVirtual machine
BServer
CPricing tier
DResource group
Explain the main steps to create an Azure SQL Database.
Think about organizing resources, setting up the server, and picking performance options.
You got /5 concepts.
    Describe how an application connects to an Azure SQL Database after it is created.
    Connection strings hold all the info apps need to reach the database.
    You got /4 concepts.