stuff i dont know from exam questions

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

Batch processing

This can output data to a file store, relational DB, and a NoSQL DB

2
New cards

View

A saved SQL query that can include JOINS and calculated columns

3
New cards

Relationships between employees…

….belongs to Azure Cosmos DB Gremlin API

4
New cards

Image files

Are stored in Azure Blob Storage

5
New cards

Key/value pairs

Are stored in Azure Table Storage

6
New cards

Azure Data Lake Storage Gen2 hierarchy

Azure Resource Group —> Azure Storage Account —> Container —> Folder —> Files

7
New cards

Pipelines

A logical grouping of activities that performs a unit of work and can be scheduled.

8
New cards

ETL process

Extract: from source systems

Load: into data warehouses

Transform: into other target systems

9
New cards

ELT process

Extract: from source systems

Transform: inside data warehouses

Load: into data warehouses

10
New cards

ALTER SQL statement

SQL statement that modifies a view in a relational DB by adding a new column

11
New cards

Azure Data Lake Storage Gen2

This supports POSIX-compliant access control lists (ACLs)

12
New cards

Normalizing a database…

…does not increase the throughput of writing transactions, it will slow them down.

13
New cards

Transactional systems…

…are more normalized than analytics systems

14
New cards

Normalizing a database…

…does result in queries that require more JOINs.

15
New cards

Graph DBs…

…natively support the analysis of relationships(—> NODES and EDGES) between entities.

16
New cards

Azure Data Studio

This supports SQL notebooks

17
New cards

OLTP

This type of DB is designed to serve as a persistent data for business or front-end applications. It handles current, day to day transactional data. This has a highly normalized schema.

18
New cards

OLAP (OnLine Analytical Processing)

This is focused on analyzing LOTS of historical and aggregated data to gain insights. It is read-intensive, optimized for complex queries, and usually uses a denormalized structure to speed up analysis.

19
New cards

sqlcmd

This is a command-line utility that lets you query Azure SQL DBs

20
New cards

You can use…

…existing Microsoft SQL Server licenses to reduce the cost of Azure SQL DBs.

21
New cards

Azure SQL Database

This is used for OLTP

22
New cards

PaaS means that…

  • You are not responsible for OS updates

  • Backups are automatically performed

  • You are not responsible for installation of the DB engine

23
New cards

Azure SQL Managed Instance

This has native support for cross-database queries and transactions.

24
New cards

Relational Database

This must be used when strong consistency (ACID) guarantees are required, not when a dynamic schema is required.

25
New cards

Clustered index

An object associated with a table that sorts and stores the data rows in a table based on their key values.