02 - Explore Relational Data in Azure Flashcards

1
Q

Azure Data Services

A

SQL

MySQL

Seal - Maria DB Server

Elephant - Postgres

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

SQL Server on Azure

A

SQL Server on Azure Virtual Machines

Azure SQL Managed Instances

Azure SQL Database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

SQL Server on Virtual Maachines

A

IaaS solution that enables users to use full versions of SQL Server in the Could without having to manage any on-prem hardware

  • Guaranteed compatibility to SQL Server on premises
  • Customer manages everything - OS upgrades, software upgrades, backups, replication
  • Pay for the server and licensing, not per database
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Azure SQL Database

A

PaaS offering where users create a managed database server in the cloud and then deploy the databases on the server

  • Low-cost option with minimal administration
  • Best for new cloud projects with flexible application design
  • Supports system with variable loads - scale up and down quickly without restarting

Single Database

Elastic Pool

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Single Database

A

Create and run a DB server in the cloud and access the DB through the server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Elastic Pool

A

Multiple DB share the same resources, such as memory, storage, and processing power

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Azure SQL Managed Instance

A

Allows you to pre-provision compute resources and deploy several individual managed instances up to your pre-provisioned compute level

Single Instance

Instance Pool

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Single Instance

A

One SQL Server instance, multiple databases

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Instance Pool

A

Multiple instances share the same resource

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Azure Database for PostgreSQL

A

Relational database service in MS cloud based on PostgreSQL Community Edition database engine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Azure Database for MySQL

A

PaaS implementation of MySQL in Azure cloud, based on the MySQL Community Edition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Azure Database for MariaDB

A

Implementation of MariaDB database management system adapted to run on Azure. Based on MariaDB Community Edition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Policy of Redirect

A

First establish connection to database

All subsequent requests go to that database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Policy of Proxy

A

Establish connection to Azure SQL database via gateway

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Read Replicas

A

Help improve performance and scale of read-intensive workloads such as BI and analytics

Useful when delays in synching data between primary and replicas are acceptable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

SQL

A

Standard language for use with relational databases

17
Q

SQL Statement Types

A

DML - Data Manipulation Language. Query and Manipulate.

DDL - Data Definition Language. Define DB Objects

DCL - Data Control Language. Manage security permissions

18
Q

Query relational data in Azure Database for PostgreSQL

A

Azure Cloud Shell

Azure Data Studio

19
Q

MySQL Workbench

A

Query a Database