1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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