MySql Thread

Discussion in 'PHP' started by jessysmith1234, Sep 30, 2013.

  1. #1
    What are the different tables present in MySQL, which type of table is generated when we are creating a table in the following syntax:
    create table employee (eno int(2),ename varchar(10)) ?

     
    jessysmith1234, Sep 30, 2013 IP
  2. akuji36

    akuji36 Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #2
    Hello

    You'll need 3 things: A server,Mysql, & php

    In the above example you have used mysql code for creating a table named employee

    with 2 columns: 1 column named eno (int -- numbers for this field ) and the other column --ename (varchar-- letters or numbers in this field)

    More info for mysql and php here:



    thanks

    Rod

    www.webpagesofease.com
     
    akuji36, Oct 1, 2013 IP