What is an entity in databases?
Entity is a thing, a person or an event.
What is a field in databases?
A field is a column in databases.
What does a primary key store?
A primary key stores a unique data and every data in the primary key field is different.
What is a query?
A query is an instruction to display information from a database.
What is a record and what does it store?
A record is a row in database and it mainly stores information about an entity.
What is a table in database?
A table is a collection of records.