F-J Flashcards

(13 cards)

1
Q

A constraint that is a key used to link two tables together

A

Foreign Key

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

Specifies which table to select or delete data from

A

From

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

Returns all rows when there is a match in either left table or right table

A

Full Outer Join

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

Groups the result set (used with aggregate functions: Count Max Min Sum Avg

A

Group By

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

Used instead of Where with aggregate functions

A

Having

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

Allows you to specify multiple values in a Where clause

A

In

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

Creates or Deletes an index in table

A

Index

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

Returns rows that have matching values in both tables

A

Inner Join

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

Inserts new rows in a table

A

Insert Into

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

Copies data from one table into another table

A

Insert Into Select

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

Tests for empty values

A

Is Null

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

Test for non-empty values

A

Is Not Null

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

Joins tables

A

Join

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