MySQL Database Tutorial – 29 – CREATE TABLE




Facebook – https://www.facebook.com/TheNewBoston-464114846956315/ GitHub – https://github.com/buckyroberts Google+ …

source


41 responses to “MySQL Database Tutorial – 29 – CREATE TABLE”

  1. I think that you simply have to write AUTO_INCREMENT after the datatype/maximum data size of the column (before the comma).
    Judging by the titles I think he's going to to cover not too many tutorials from now, though. So keep watching ๐Ÿ™‚

    Another great tutorial. Thanks, so much Bucky!

  2. Don't be ridiculous people thank God all the time without actually thanking God.. It's become a figure of speech. If this makes you lose hope in humanity you're a drama queen, crawl up in a corner somewhere and call the kardashians.

  3. Go around… what, just no.
    I just don't think everyone should be thanking god when Bucky's doing all the work. That's rude. Bucky had to learn all of this, then make tutorials, yet everyone's thanking God for this? I've lost hope in humanity.

  4. Reason why you should use VARCHAR2 instead of VARCHAR: (From Oracle)

    "Do not use the VARCHAR datatype. Use the VARCHAR2 datatype instead. Although the VARCHAR datatype is currently synonymous with VARCHAR2, the VARCHAR datatype is scheduled to be redefined as a separate datatype used for variable-length character strings compared with different comparison semantics."

Leave a Reply