What is a database?
An organised collection of data
What is the benefit of organising data into a database?
Allows for easy:
- Adding
- Modification
- Deletion
- Searching
What are the benefits of using electronic databases over paper-based systems?
What are the 3 features of a database?
Why might someone choose to store data in a flat-file database?
What are some typical uses of flat file databases?
Why might someone not choose to use a flat file database?
What is a primary key?
A field in a record that is unique
what is a foreign key?
If two tables have a relational link, the primary key of one table is the foreign key of the other table
What are the 3 types of relationship tables/databases can have?
What are the 4 ways you can handle data?
What are the 4 ways of capturing data?
How you use paper-based forms to capture data?
How is OCR used to capture data?
How is OMR used to capture data?
What are other methods of capturing data?
What are 2 ways of selecting data?
How is SQL used to select data?
how is Query by Example used to select data?
What can both SQL and QBE allow you to do?
What commands can you use to manage data in SQL?
What is the purpose of a database management system?
What are the main features of a DBMS?
What must be considered before exchanging data?