Abbreviation of Structured Query Language. A query language used to retrieve, update, delete, and insert data in databases.
このデータはSQLで抽出してレポートに使ってください。
Please extract this data with SQL and use it for the report.
SQLの基本コマンドはSELECT、INSERT、UPDATE、DELETEだ。
The basic SQL commands are SELECT, INSERT, UPDATE, and DELETE.
パフォーマンス改善のためにSQLのクエリを最適化した。
We optimized the SQL queries to improve performance.