Objective 1: Differentiate among terms used in Information Management Flashcards
INFORMATION MANAGEMENT
Database management systems (DBMS) are
collections of tools used to manage databases.
Four basic functions performed by all DBMS are:
- Create, modify, and delete data structures, e.g. tables
- Add, modify, and delete data – Data Manipulation
- Retrieve data selectively
- Generate reports based on data
A short list of database applications would include:
· Reservation
· Invoicing
· Accounting
· Security
Looking from top down, databases are composed of related tables, which in turn are composed of
records
What is a Field?
this a single piece of information. It is an area (within a record reserved for a specific piece of data. Examples: customer number, street address, city, current balance etc.
Fields are defined by:
- Field name
- Data type
- Character: text, including such things as telephone number
and address - Numeric: number can be manipulated using math operations
- Date: Calendar dates which can be manipulated mathematical
- Logical: True or False, Yes or No
- Field Size – The amount of space reserved for storing data
What is a record?
A collection of values for all the fields
pertaining to one entity: i.e., anything that data will be collected on e.g. person, product, company, transaction
etc.
What is a Table/ File?
A collection of related records. E.g.
employee table, product table, customer table, student table, flight table etc. In a table, records are represented by rows and fields are represented as columns. In a
relational database a table may be referred to as a relation and a row may be referred to as a tuple.
What is Database?
A collection of related tables. It can also incude other objects, such as quiereis, forms and reports. The structure of a database is the relationships between its tables.
What is an Entity?
A person, place, or thing on which data will be collected e.g. student, lecturer, product, store
What is a Attribute?
a characteristic or property of an entity e.g.
First Name, ID No, Product Code, branch name