Wednesday, September 12, 2012

Mysql 101 Basic Notes


MYSQL 101 Notes

Table related
=================

Creating a table:





Foreign key syntax (also includes drop ):


Issue with dropping foreign key constraints:



See create table code of current table



Queries
=======

Like statements in where clauses:


Left Joins:


Inserts
=======

Inserting records:



Mysql Server
============
Mysql server has gone away error (got this when passing in a large script of insert statements):

No comments:

Post a Comment