O'Reilly Network: Getting Started with SQL | Linux Today

O’Reilly Network: Getting Started with SQL

Written By
Web Webster
Web Webster
Oct 29, 2000

“Hopefully, the inaugural column convinced you that SQL is a
skill you want to have under your belt. In case you missed it,
here’s a quick synopsis: SQL is a database manipulation language,
pure and simple. It is a rich language — it has a number of
commands for managing the database structure itself, powerful
functions, many data types, and other useful features — but at its
most basic level, SQL is simply about three things:

  1. adding data,
  2. finding data, and
  3. changing data.”

“Nothing too mind-bending there! Of course there is plenty of
power under the hood for gurus, but even a newbie can get an
enormous amount of work accomplished with a few simple commands. So
where to begin…? A good first step is choosing a SQL
environment.”

“Before we can talk about SQL commands, we need an environment
that understands SQL commands — basically, we need a relational
database management system, or RDBMS. And you thought I was going
to say we need a database! Well, we do need a database — but
databases (files or filesystems) are created by RDBMS tools like
Oracle, MySQL, and all the other programs that you probably call a
“database.” An RDBMS provides an environment that can be used to
create and manipulate databases as well as the tools to manipulate
the data in the database. One ground rule for aboutSQL — when I
say database, I always mean a relational database. For the record,
there are other models like network, hierarchical, and object, to
name a few, but SQL is all about relational databases.”

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.