What is a Database?

Databases are similar to storage containers in that they hold information in a logical and convenient format. Your job as a database guru is to create and manage databases.

The Inner Workings of a Database

A database can have one table or many tables. Imagine if you are looking at an excel sheet, there are columns and rows in every book. The same principle applies to a database table. Just like you can have many books in an excel sheet, you can have many tables in a database.

Here’s an example table with 3 columns and 1 row, the top row are the names of the column:

Fname LName Email
Tom Jones Spamme@yahoo.com

Bookmark it and Share These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • ThisNext
  • BlinkList
  • Bumpzee
  • De.lirio.us
  • Furl
  • Ma.gnolia
  • NewsVine
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati
  • YahooMyWeb
No related posts

1 Comment so far

  1. SQL Create Tables | SQL Tutorials on January 26th, 2008

    […] that you know what a SQL table looks like, and you have the tools to start running SQL commands, let’s go ahead and create one. If you […]

Leave a reply