---
title: "Which system table contains information on constraints on all the tables created?"  
description: "Which system table contains information on constraints on all the tables created?"  
author: "Anonymous User"  
published: 2012-03-24  
updated: 2020-09-17  
canonical: https://www.mindstick.com/interview/1421/which-system-table-contains-information-on-constraints-on-all-the-tables-created  
category: "mssql server"  
tags: ["mssql server"]  
reading_time: 1 minute  

---

# Which system table contains information on constraints on all the tables created?

USER_CONSTRAINTS, system table contains information on constraints on all the tables created.

## Answers

### Answer by Prashant K

INFORMATION_SCHEMA.TABLE_CONSTRAINTS

### Answer by Anonymous User

USER_CONSTRAINTS, system table contains information on constraints on all the tables created.


---

Original Source: https://www.mindstick.com/interview/1421/which-system-table-contains-information-on-constraints-on-all-the-tables-created

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
