CIS4365: Database Applications Fall, 2017 |
What is a Database?? Databases have become THE most important Information System package for Corporations. Without them, most companies would have a hard time functioning. MOST (and that truly means almost all) Companies could NOT exist without them." It can also be defined as : "A database is a large, logical, integrated collection of data and metadata" ??? What is Metadata ??? Metadata is data about data. It describes how and when and by whom a particular set of data was collected, and how the data is formatted. A good example of metadata is a data dictionary. As we will see later, a data dictionary contains such information as what fields are contained in a table, and what types of data are stored in that field. ??? What is data ??? Data is a non-random collection of symbols. Unless we know how it is laid-out and what it represents, it doesn't really mean anything to us. We might store the data: Smith, Mary 34 92 123 MIS 778 INFOSYS
??? What is Information ??? Information is something that increases our knowledge. For example, the statement: Mary is an 'A' Student Tells us something about Mary (She is an 'A' Student). ??? How else can we characterize databases ??? It is a way of modeling the 'real-world' . It refers to entities (something we wish to keep data on), entity attributes (specific data about an entity) and the relationships between entities. For example, The university, keeps a lot of information about you. All of this data is stored in a database. Consider the following statement:
Additional References:
Questions You Should be able to answer:
This page was last updated on 02/26/04.
|