Created
April 7, 2015 13:36
-
-
Save keopx/6c556ff0d298c852867a to your computer and use it in GitHub Desktop.
View FOREIGN KEY
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT * | |
FROM INFORMATION_SCHEMA.TABLE_CONSTRAINTS | |
WHERE CONSTRAINT_TYPE = 'FOREIGN KEY' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment