Answers for "how to find the primary key and foreign key of a table in sql server"

SQL
1

sql server find tables referenced foreign key

EXEC sp_fkeys 'TableName'
Posted by: Guest on April-17-2020

Code answers related to "how to find the primary key and foreign key of a table in sql server"

Code answers related to "SQL"

Browse Popular Code Answers by Language