Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Max Green
11,451 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
216,057 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.