← Glossary
テクノロジ系 (Technology)Tested 1×
SQL
えすきゅーえる · SQL (Structured Query Language)
English: Structured Query Language
SQL (Structured Query Language) is the standard language used to operate and define relational databases. It consists of Data Manipulation Language (DML) commands such as SELECT, INSERT, UPDATE, and DELETE, as well as Data Definition Language (DDL) commands for creating and modifying tables. SQL is standardized by ISO and ANSI and is supported by virtually all major database management systems.
Past questions testing this term · 1 questions
- 2019h31h #95関係データベースの操作を行うための言語はどれか。