Database Design and Development Flashcards

1
Q

What is a database?

A

An organised collection of data.

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

What is a table in a database?

A

A set of data arranged in rows and columns.

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

What is a primary key?

A

A unique identifier for each record in a table.

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

What does SQL stand for?

A

Structured Query Language.

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

What does the SQL command SELECT do?

A

Retrieves data from a database.

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