SQL Flashcards

1
Q

Select

A

the field names that follow the SELECT determine which fields will be returned in the results

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

FROM

A

the table name that follows the keyword FROM specifies the table that will be queried

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

WHERE

A

the WHERE clause (optional) specifies which data values or rows will be returned or displayed

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

character

A

one byte

-numbers, letters, space, punctuation marks, or other symbols

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

field

A

combination of one or more related characters

  • field name
  • field size
  • data type

(column)

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

record

A

group of related fields

table rows

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

primary key

A

field that uniquely identifies each row in a table(each record)

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

table (data file)

A

collection of related records

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

attribute

A

characteristic or quality describing an entity

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