SQL - Manipulation Flashcards

1
Q

Common data in SQL?

A

Integer- a whole number.
Text- a text string.
Date- a date.
Real- a decimal number.

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

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
3
Q

What would be correct syntax for a CREATE TABLE statement?

A

CREATE TABLE meals (
name TEXT,
rating INTEGER
);

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