 |
Java Games: Flashcards, matching, concentration, and word search. |
 |
 |
Database GK
General Knowledge quiz on databases, suitable for DB1 students
|
| A | B |
| table | a collection of related records |
| form | used for viewing, entering or editing data |
| select query | used to select records from db |
| field | a column in a table |
| datatype | describes the form the data is stored in |
| report | a way of formatting a set of data |
| update query | used to bulk update records |
| delete query | used to delete sets of records |
|
| |