Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMax Green
12,517 PointsREFERENCES and foreign keys syntax.
I've been using MySQL Workbench and I'm unsure if I'm doing the foreign key section correctly. Is the syntax the same? I'm asking because it seems to accept "REFERENCES" as a statement and I don't get any errors, but it doesn't really do anything. As far as I can tell, it isn't actually creating a foreign key.
Maybe there's an additional step I'm missing? I've seen some videos where people actually add "FOREIGN KEY" at the bottom of the block.
1 Answer
Steven Parker
231,172 PointsA complete specification usually uses both the terms FOREIGN KEY and REFERENCES on the definition line.
To allow us to give you more specific hints, please show your complete query syntax here.