Introduction to Databases
A database is an organized way to store information so it can be easily searched and used. It can contain data about different topics like books in a library, students in a school, or customers in a store.
Records and Fields
A record is a single entry in a database, and each record is made up of multiple fields. Fields store specific types of information.
Outlined below is an example of a student database consisting of three records and four fields:
A database is an organized way to store information so it can be easily searched and used. It can contain data about various topics, such as books in a library, students in a school, or customers in a store.
A record is a single entry in a database, while a field stores specific types of information. Multiple fields together make up a record.