My MySQL class (now transitioning to SQL Server) has finished all the basics of creating, dropping, updating, and querying tables. It seems that some commands require the word "table" in them (like ALTER TABLE niftytable), while others don't work if you do that (you can't say INSERT INTO TABLE niftytable, right?).My MySQL class (now transitioning to SQL Server