Powered by Invision Power Board


  Reply to this topicStart new topicStart Poll

> MySQL Introduction, Intro. to MySQL
Jordan
Posted: May 16, 2007 10:00 am
Quote Post


Frequent Tech
**

Group: Members
Posts: 18
Member No.: 175
Joined: February 19, 2007



What is a Database?

A database is a structure that comes in two flavors: a flat database and a relational database. A relational database is much more oriented to the human mind and is often preferred over the gabble-de-gook flat database. MySQL is a relational database.

In a relational structured database there are tables that store data. Each table is made up of columns and rows. A table's columns define what kind of information is going to be stored. You need an individual column for each type of information you wished to store (i.e. Age, Weight, Height).

While columns define what kind of information is going to be stored, a row is the actual data that is stored. Each table row is an entry of that table and contains values for each of the table's columns (i.e. Entry Bob: 65 years old, 165 lbs, and 6'2"). If all this relational database talk is confusing, do not despair, we talk about and show a few table examples in future lessons.

Why Use a Database?

Databases are most useful when it comes to storing information that fits into logical categories. For example, say that you wanted to store information of all the employees in a company. With a database you could group different parts of your business into separate tables. Example tables might be: sales, employees, debt, performance measurements, etc.

Learn MySQL

Before you begin this tutorial you should have a basic knowledge of the information covered in our PHP and HTML tutorials.

This tutorial focuses heavily on using MySQL in a PHP environment and is aimed at persons who have a web host with PHP and MySQL already installed.
PMEmail Poster
Top
Robert
Posted: June 30, 2008 01:59 am
Quote Post


Newb Tech
*

Group: Newbies
Posts: 3
Member No.: 334
Joined: June 30, 2008



Hi,

This is very useful for beginner.


Thx


--------------------
PMEmail Poster
Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

Topic Options Reply to this topicStart new topicStart Poll