What\'s the difference between this code:
CREATE TABLE samples ( sampleid INT(11) NOT NULL AUTO_INCREMENT, sampledate DATE NOT NULL, location VARCHAR(25) N
There are many ways to skin a cat and above 2 examples are just 2 of them. They are identical. There's no difference.