Learn MySQL Tutorial 3 | CREATE and DROP
"You ask, why bother when I can point and click?" Because you might have to do SQL on a server with no GUI, Create an install script, a program SQL update script, etc. So It's important!
So, we finally jump into the SQL Syntax. It's a bit strange if you ask me, but it's not too tricky to follow (It will get trickier though!). First we are going to CREATE a DATABASE, the CREATE a TABLE, and define some field types. Then we will DROP them.
Thanks for watching my video tutorials! I hope they help and make your learning easier.