W5D2 Flashcards

1
Q

When implementing a database schema, you must decide on three things:

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

Normalization

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

Three-Valued (Ternary) Logic

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

Query

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

RDBMS

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

SQL

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

There are 4 main data manipulation operations that SQL provides:

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

SELECT

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

UPDATE

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

INSERT

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

DELETE

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

Schema Definitions

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

Querying across multiple tables (JOIN)

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

many-to-many relationship

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

Self Joins

A
17
Q

What is a self join?

A
18
Q

aliases

A
19
Q

SQL Conventions

A
20
Q

well formatted SQL code:

A
21
Q

Subqueries

A
22
Q

NULL and Ternary Logic in SQL

A
23
Q

standard comparison and equality operators

A