> create database in mysql ~ Online tutorial

create database in mysql

PHP MySQL Introduction
MySQL is the most popular open source database server.

What is MySQL?
  • MySQL is a database. A database defines a structure for storing information.
    In a database, there are tables. Just like HTML tables, database tables contain rows, columns, and cells.
  • Databases are useful when storing information categorically. A company may have a database
  • with the following tables: "Employees", "Products", "Customers" and "Orders". 
     Database Tables:
     A database most often contains one or more tables. Each table has a name (e.g. "Customers" or"Orders"). Each table contains records (rows) with data. Below is an example of a table called "Persons": 

    LastName

    FirstName 
    Address   City            
    Hansen OlaTimoteivn10Sandnes
    SvendsonToveBorgvn 23Sandnes
    PettersenKariStorgt20Stavanger
     
     The table above contains three records (one for each person) and four columns (LastName,FirstName, Address, and City)

Please Give Us Your 1 Minute In Sharing This Post!
Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: BloggerYard.Com

0 comments: