Databases Flashcards
What is a database?
a persistent store of organised data which allows data to be queried/interrogated.
What does persistent store mean?
Once data is put into the database it is stored in non-volatile storage and can be accessed again later
Give some examples of places which have databases
School, Doctors, Dentists, Online Shopping, Social Media
What does DBMS stand for?
DataBase Management System
Why is the DBMS desirable?
- its a standard way of accessing data
- it gives security
- it can have multi user access
- there is data maintenance
What is a flat file database?
a database that only has one table
What is a relational database?
a database with more than one table
What is data redundancy?
when data is duplicated
What are some features of the DBMS?
- A command language
- a data manipulation language
- a data dictionary
- provides security
- the ability to view from different viewpoints
What does each table/entitity have?
its own unique identifier (primary key)
What is a record?
A row on the table
What is a field?
a column of the table
What is a form?
An input screen allowing chosen data items to be displayed and edited
uses texboxes/drop down lists/checkboxes etc…
when edited, the changes are updated in the
database
What is a query?
used to search and filter in a database
What is a Report?
An output of the data in a database
a snapshot of the data at a given time/when printed of specified fields/Laid out in a specified format