Database Design and Development Flashcards

(5 cards)

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 does SQL stand for?

A

Structured Query Language.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
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
5
Q

What are the select statements?

A

SELECT
FROM
WHERE
ORDER BY

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