Computer Painter
2010-07-01 17:28:29 UTC
SELECT * FROM Names WHERE fkNames = 1;
but then why did I have to add a CONSTRAINT to the fkNames column that designated it as a foreign key? What benefit does that offer over just using a normal column?
Or is there a better way that I'm just missing?