Lessons: 21Length: 2.3 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.3 Creating Tables

Now that we’ve created a database and told MySQL that we want to use it, we want to create a table. When creating a table, we need two things: a name for the table, and a definition of the columns of the table. At minimum, we need to tell the database the name of the column and datatype of the column.