Lesson 3 Flashcards

1
Q

Keywords

A

Considered a reserved SQL word.

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

SELECT

A

Used in a query statement to retrieve data rows from database tables.

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

FROM

A

Used in a query statement before the table name.

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

WHERE Clause

A

Used to filter rows and only retrieve those that meet a specified condition.

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

Column Names

A

Defined when the table was created.

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

Filter Rows

A

Retrieve only the rows that meet a specified condition instead of all the data rows.

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

Limit Columns

A

Retrieve only the columns in a table that are needed.

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

Execute

A

Run a query statement to retrieve a result-set.

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

SQL Syntax

A

Rules and guidelines that must be followed as SQL queries are written.

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