sql Flashcards

1
Q

what is a relational database

A

a database that organizes information into one or more tables

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

what is a table

A

a collection of data organized into rows and columns. Tables are sometimes referred to as relations.

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

what is a column

A

a set of data values of a particular type.

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

data types

A

INTEGER, a positive or negative whole number
TEXT, a text string
DATE, the date formatted as YYYY-MM-DD
REAL, a decimal value

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