Help with SQL commands plz

Discussion in 'MySQL' started by mclaren91, Jun 1, 2012.

  1. #1
    Hi there,

    Guys i just started learning MySQL and was reading some tutorials. So, I have created the table in MySql in this way:

    create table celphonedata (id int unsigned NOT NULL auto_increment, name varchar(20) NOT NULL, primary key(id));
    Code (markup):
    On this table I forgot to input data for mobile phone numbers and addresses. Can I modify this table in order to display mobile phone numbers and addresses as well?



    Thanks in advance
     
    mclaren91, Jun 1, 2012 IP
  2. Isuru

    Isuru Active Member

    Messages:
    363
    Likes Received:
    6
    Best Answers:
    1
    Trophy Points:
    68
    #2
    Isuru, Jun 1, 2012 IP
    mclaren91 likes this.