Write the SQL query to display the constraints enforced by the Foreign key on associated table. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Write the SQL query to display the constraints enforced by the Foreign key on associated table.

I need your help..

6th Feb 2020, 12:28 PM
Aditee Prajapati
Aditee Prajapati - avatar
3 Answers
+ 1
Aditee Prajapati It seems your question appears to be an assignment. Please show us your attempt and use the 8 rules to get help from the community. https://www.sololearn.com/Blog/38/8-simple-rules-to-get-help-from-the-community *can be a code coach solution which is meant for you to do to help you establish your skills abilities and where you need to learn... not the community *one issued by a school or other institution *one issued or created by another platform *one that appears to be in the form of a challenge that was created by you or somewhere else. Your question will be reviewed by a team of moderators and will most likely be marked for deletion. https://www.sololearn.com/Discuss/1316935/?ref=app
7th Feb 2021, 3:06 AM
BroFar
BroFar - avatar
0
Hello This is unclear. It seems the kind of question asked after a specific problem has been presented. to get help, you need to provide the context.
7th Feb 2020, 5:59 PM
Florent
Florent - avatar
0
sp_fkeys 'table' shows fk constraints
7th Feb 2020, 6:01 PM
John Deuf
John Deuf - avatar