SQL Flashcards

1
Q

Elastic Pools

A

a simple, cost-effective solution for managing and scaling multiple databases that have varying and unpredictable usage demands. The databases in an elastic pool are on a single Azure SQL Database server and share a set number of resources at a set price.

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

Dynamic Data Masking

A

Dynamic data masking helps prevent unauthorized access to sensitive data by enabling customers to designate how much of the sensitive data to reveal with minimal impact on the application layer. It’s a policy-based security feature that hides the sensitive data in the result set of a query over designated database fields, while the data in the database is not changed.

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

Row-Level Security

A

RLS helps you implement restrictions on data row access. For example, you can ensure that workers access only those data rows that are pertinent to their department, or restrict customers’ data access to only the data relevant to their company.

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

Transparent Data Encryption

A

Real time encryption and decryption of the database, backups and transaction log files at rest.

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

Query Store

A

Query Store in Azure is a fully managed database feature that continuously collects and presents detailed historic information about all queries. Using this pre-collected query data, you can quickly diagnose and resolve performance problems and thus spend more time focusing on their business.

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