QuickStudy: Data Models
Computerworld -
In the real world, we think of data as facts, figures and other bits of knowledge. Put a lot of data items together in a useful form, and you get informationmaybe even intelligence.
Often, people can intuitively understand a given piece of data in isolation, but a computer can never do so without help. In computers, we store data in a databasea highly structured, carefully defined and rigidly formatted collection of recordsso that we can retrieve it, use it, analyze it and work with it to run our businesses.
In fact, it is only the organization of a database that gives meaning and utility to the data inside it. Without that organization, all we have are undifferentiated ones and zeroesnot numbers, not letters and certainly not knowledge.
One, which we can also call a database model, is somewhat abstract in nature and refers to a database's overall structure, or type. The best-known example is the relational model used by Oracle, DB2 and SQL Server. Others include flat-file, hierarchical, network, object, semantic and dimensional models.
The second type of data model, or schema, takes the overall structure of one of the standard database models and tailors it to a specific application, company, project or task. This type of data model gets down to specific data items, including their names, values, granularity and how they relate to one another.
We can compare these data models to the plans for a new building. An architect designs different types of buildingsa sports arena vs. a four-bedroom house, for exampleusing quite different materials and techniques (steel girders vs. wood framing, cranes vs. ladders). So, too, do we implement the various types of database models (say, relational vs. object-oriented) quite differently on a computer.
When we build a schema, however, we're working at a detailed, nitty-gritty level; it's more like consulting an interior designer than an architect. The architect plans for a kitchen's space, wiring and plumbing, but the designer helps decide which appliances to buy, how to group lights, where to put the table and chairs, and how many cabinets are needed.
raw materials
Additional Resources



White Papers & Webcasts
Application Grid: Ideal Platform for IT Consolidation
Get this now!
Data in Action: Making the Planet Smarter
Register Now
Making the Business Case for Data Centre Consolidation
Get this now!
Consolidate Your Servers and Storage to Lower Costs with Oracle Database 11g
View this webcast!
Maximize ROI for Web Applications
Register for this webcast now!


