while executing the following query, i get an error that there\'s an error in the syntax near line 9. since i\'m using mysql workbench, i can\'t really figure out what could be
It looks like you need a column name in the parentheses after the INDEX keyword?
INDEX
See http://dev.mysql.com/doc/refman/5.5/en/create-table.html.