describe_table
Display table structure including columns, data types, nullable, and key information. Use to understand schema before writing SELECT queries.
Instructions
Tampilkan struktur (kolom, tipe data, nullable, key) dari sebuah tabel. Gunakan untuk memahami skema sebelum menulis SELECT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Nama tabel yang ingin dilihat strukturnya. |