MySQL tutorial SQL data types explained




This MySQL tutorial explains how to set data types for columns in tables using SQL. For more data types check out the following official MySQL site: …

Original source


18 responses to “MySQL tutorial SQL data types explained”

  1. Hey Sophie, great tutorial. I do have a question for you though.

    I need to have a list of six options to choose from. The options of selection are text e.g. 'choiceone', 'choicetwo' – up to six choices at the moment.

    What would you advise?

    Thank you ๐Ÿ™‚

  2. I have a field I set to varchar and text etc…. The field is suppose to hole my notes.
    When I pull the notes back out, all the words are smashed together with not spaces…
    Cant read it when it blends all together…. Why is it doing that? what am I missing?

Leave a Reply