LinuxPlanet: A Linux DBMS Comparison, Part II | Linux Today

LinuxPlanet: A Linux DBMS Comparison, Part II

Written By
Web Webster
Web Webster
Nov 18, 1999

[ Thanks to Kevin
Reichard
for this link. ]

To test and compare three database management systems, I
doubtlessly needed a database to manage with them.
After
having read SQL for Dummies, I had some basic knowledge of how
realistic databases are designed, so I picked a particularly
unimaginative real-world case (an Internet bookstore, what else?)
and wrote up a little database design exploiting a couple of SQLs
capabilities.”

“There are five tables in this database. BOOK stores the
available books with bookkeeping information; CUSTOMER contains the
registered customers. For every order, a row in BOOKORDER is
created, referencing the respective customer. For every item
ordered, a row in ORDER_POSITION references the respective order.
As a kind of bonus, I’ve added a RATING table for book
ratings.”

“The following is SQL code that can be fed into a DBMS’s SQL
monitor and should be accepted without any problem. All the tables
are dropped before creation so the script won’t bail out if some of
them already exist.”

Complete
Story

Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.