Typical use
Input
CREATE TABLE users (id INT, name VARCHAR(50));
Output
Outputs a table of field names, types, and descriptions.
SQL 테이블 문서 생성을(를) 온라인에서 빠르게 사용합니다.
Use this page to generate field documentation from CREATE TABLE SQL. It focuses on a CREATE TABLE statement and produces Markdown table documentation.
CREATE TABLE users (id INT, name VARCHAR(50));
Outputs a table of field names, types, and descriptions.
The input is mainly processed in your browser, and the page only uses browser capabilities needed to generate the result.