Database Flashcards
What is a database?
A database is a collection of related data or information.
Give five examples of commonly used databases.
Address banks, dictionaries, encyclopedias, library card catalogs, record of stock, customers data, patient data, student data, employee data, telephone directories.
What are the two types of databases?
Manual and electronic databases
What is the difference between the two types of databases?
In a manual database information is usually stored on paper which is stored in filing cabinets and in an electronic database information is stored in an electronic format and that data can be accessed using a computer.
What is another name for database software?
Database management system.
Disadvantages of manual databases?
1) large amounts of storage space are needed for filing cabinets
2) Folders can easily be misplaced
3) Information cannot be accessed from a remote site
4) Data may unnecessarily be duplicated in more than one file
5) Difficulty in cross-referencing data retrieval of information is slow
Advantages of Database Management Software?
1) easy to retrieve and update data
2) data can be shared by authorized users of the organization
3) it is useful for storing, updating and preserving data
4) they provide a standardized interfaced for working with tables, queries and reports
5) users can create reports very easily and quickly
6) There is no duplication of data
Steps in starting Microsoft Access?
1) Click on the start button
2) Go to ‘All Programs’
3) Press ‘Microsoft Office’
4) Click ‘Microsoft Access’ or double click on the ‘Access’ icon
True or False: A Microsoft Access database consists of one or more objects
true
What is an object?
an object is an option you can select and manipulate
Give four examples of database objects and define them
1) Tables- a table is a collection of information about a specific subject or purpose
2) Query- a query asks a question of data in a table and finds records matching the specified criteria
3) Form- a form displays or accepts entry of data one record at a time
4) Report- a report summaries of information in a table
What is a table in a database?
a grid that stores related data in rows and columns
What is a field?
a field is an area reserved for one piece of individual data in a table
What is a field name?
the title assigned to a field
What is a record?
a group of related fields pertaining to one person, place or thing
What is a file?
the collection of related records
What are the columns in a database table called?
fields
What are the rows in a database table called?
records