집 > Q&A > 본문
P粉3279030452023-08-23 13:34:50
information_schema.table_constraints 테이블을 사용하여 각 테이블에 정의된 제약 조건의 이름을 가져옵니다.
information_schema.table_constraints
information_schema.key_column_usage 테이블을 사용하여 다음 제약 조건의 필드를 가져옵니다.
information_schema.key_column_usage
외래 키 제약 조건에 대해 논의하려면 information_schema.referential_constraints:
information_schema.referential_constraints