SQL

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

1/18

flashcard set

Earn XP

Description and Tags

Data Analytics

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

Define the abbreviation SQL in data analytics

Structured Query Language

2
New cards

Name the most common method of accessing & retrieving data in data analytics

SQL

3
New cards

What is SQL used for in data analytics?

SQL is used for managing and manipulating relational data in databases

4
New cards

Define the word ‘Query’ in SQL

A request for information from a database. Retrieving data from a table

5
New cards

Define the word ‘Output’ in SQL

the data returned from an SQL query

6
New cards

Define the word ‘Table’ in SQL 

this is what stores the data

7
New cards

Define the word ‘Database’ in SQL

a structured system that stores data in tables and lets you retrieve or manage that data using queries

8
New cards

Name the 4 different types of Databases

Object-Oriented

Hierarchy

Network

Relational

9
New cards

What’s the most popular /common database used in SQL 

Relational 

10
New cards

What are the 3 main ways SQL is used in data analytics?

ETL

Data Cleaning

EDA

11
New cards

Define the abbreviation ETL in SQL

Extract Transform Load

12
New cards

Explain the ETL process

Data is extracted from source systems and transformed and loaded into a database warehouse where it is then analysis.

13
New cards

Define the ‘ Staging Area’ in the ETL process

The staging area is where data engineer drops data to be analyzed 

14
New cards

Define ‘Database Warehouse’ in the ETL process

a central storage system where cleaned and transformed data is loaded and managed for analysis by data engineers

15
New cards

Define ‘Analytics’ in the ETL process

After data is cleaned and transformed, analysts explore and use it to find insights, answer questions, and support business decisions 

16
New cards

Define Data Cleaning

data cleaning identifies and fixes errors in the data, allowing for accurate and reliable data to be analyzed

17
New cards

Name the 8 steps in the Data Cleaning Cycle

  1. Import Data

  2. Merging Data Sets

  3. Rebuilding Missing Data

  4. Standardization

  5. Normalization

  6. De-Duplication

  7. Verification & Enrichment

  8. Exporting Data

18
New cards

Define the acronym EDA in SQL

Exploratory Data Analysis

19
New cards

Describe the EDA process

EDA is used by data analyst to investigate data for errors, summarize main characteristics of a data set, and discover trends and patterns.