Database Design and Development Flashcards
(5 cards)
1
Q
What is a database?
A
An organised collection of data.
2
Q
What is a table in a database?
A
A set of data arranged in rows and columns.
3
Q
What does SQL stand for?
A
Structured Query Language.
4
Q
What does the SQL command SELECT do?
A
Retrieves data from a database.
5
Q
What are the select statements?
A
SELECT
FROM
WHERE
ORDER BY