0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

[技術]SQLとは

Posted at

##SQLとは
Structured Query Languageの略で、リレーショナルデータベース管理システム(RDBMS)と
対話するための言語です。
RDBMSにquery(問い合わせ)を投げることでデータベースのあらゆる操作を行うことが
できます。

##具体的にどのようなことができるのか
データベースやテーブルの「作成/更新/削除」やデータの「登録/更新/削除/検索」、
またデータを特定するための条件を指定することができます。

##基本構文
CREATE, ALTER, DROP, INSERT, UPDATE, DELETE, SELECT

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?