I need a way to select all the foreign key of a particular pk . In other words, I want to get a particular primary key and select all the foreign keys that "point" to it.
Preferably I want to get the name of the column that has the key, but can also be the name of the same key.