Google Data Analytics: Foundations MOD 3

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

1/6

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.

7 Terms

1
New cards

attribute

a characteristic or quality of data used to label a column in a table

2
New cards

observation

all the attributes for something contained in a row of a data table

3
New cards

query

request for data or information from a database

4
New cards

What is the basic structure of an SQL query?

select, from, where

5
New cards

What is a good rule of thumb when writing an SQL query?

start big (data table) and go small (specific conditions)

6
New cards

What comes first, the dataset name or table name?

dataset name

7
New cards

like clause

tells database to look for a certain pattern