테이블 구조
describe_tableRetrieves column names, data types, nullability, defaults, and primary keys for any SQL Server table, providing a clear schema overview.
Instructions
테이블의 컬럼, 자료형, NULL 허용 여부, 기본값, 기본키를 조회합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | 테이블 이름 | |
| schema | No | 스키마 이름. 기본값 dbo | dbo |