What is a database?
A database is an organised collection of data, which allows users to obtain and process information according to its requirements.
Advantages of using databases
Applications of databases?
Software for managing and creating databases
Programming languages to interact with database servers
What is the structured query language (SQL) used for?
Used to customise and retrieve information from the database
How are databases structured?
Data stored in the form of tables!
What is a record, what is a field? When identifying data, which is the first in a bracket?
A record is the row, a field is the column. When identifying data, record (row) comes first. eg (1, 3), when record 1 and field 3.
What is a primary key?
Unique identifier for a specific record. Prevents data duplication. Can be just numbers or combinations of letters and numbers.
What does validation checks in databases do?
Assured data integrity using validation techniques. Eg email must have the @ symbol