DEVELOP, MySQL

基本的なSQL文。 SQL構文 テーブルの作成 CREATE TABLE items (id INT, name TEXT, price INT); items ...