LoginSignup
0
0

More than 3 years have passed since last update.

【SQL】用語集 随時更新

Posted at

DDL:Data Definition Language

データベースのデータ構造を定義する言語
・CREATE文(データベース/テーブルの作成)
・DROP文(データベース/テーブルの削除)
・ALETR文(テーブルのカラムを追加・変更・削除)

DML:Data Manipulation Language

テーブル上のデータ検索・追加・更新・削除を行う言語
SELECT文(検索)
INSERT(追加)
UPDATE(更新)
DELETE(削除)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0