CIS4365: Database Applications Fall, 2017 |
What is a Database?? A database can also be defined as "A database is a large, logical, integrated collection of data and 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. 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
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). Databases can also be characterized as 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.
|