Information Modeling
Introduction to Databases for web developers
- Analytical databases
- Operational databases.
Let's examine each type
Analytic databases (a.k.a. OLAP- On Line Analytical Processing) are primarily static, read-only databases which store archived, historical data used for analysis. For example, a company might store sales records over the last ten years in an analytic database and use that database to analyze marketing strategies in relationship to demographics.
On the web, you will often see analytic databases in the form of inventory catalogs such as the one shown on the previous page from Amazon.com. An inventory catalog analytical database usually holds descriptive information about all available products in the inventory.
Web pages are generated dynamically by querying the list of available products in the inventory against some search parameters. The dynamically-generated page will display the information about each item (such as title, author, ISBN) which is stored in the database.
Building a Database-Driven Web Site Using PHP and MySQL
Data Transfer Strategies
Concurrency Control and Recovery in Database Systems
Popular Posts
-
This posting helps you to get free ebooks and tutorials on Datawarehousing, Data Mining, DBMS, RDBMS, ORACLE, PL/SQL, MySQL, Microsoft SQL S...
-
By Christopher Browne Database Classifications There are several ways of classifying the database systems available for Linux: Based on ...
-
By Steven Feuerstein Who would have thought that just one year after the publication of Oracle PL/SQL Programming, a 916-page tome on "...
-
This redbook gives detail coverage to the topic of data modeling techniques for data warehousing, within the context of the overall data war...
-
You can find book reviews regarding Oracle 10g, 11g, PL/SQL, SQL Server 2005 and MySQL. These books teaches you to install, create and shar...
-
Authors: : Ryan K. Stephens, Ronald R. Plew, Bryan Morgan, and Jeff Perkins © Copyright, Macmillan Computer Publishing. Overview The first 1...
-
by Graham Williams Knowledge leads to wisdom and better understanding. Data mining builds knowledge from information, adding value to the tr...
-
By Edward Whalen Contributing Author: Steve Adrien DeLuca I have worked with Oracle for many years. Every time a new version is released or ...
-
Sybase Stored Procedures for the World Wide Web is written by Denis D. Workman. Introduction (By author) This guide will attempt to show ...
-
By Ron Plew and Ryan Stephens Who Should Read This Book? Welcome to the world of relational databases and SQL! This book is written for thos...