2
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 5 years have passed since last update.

SQLのリファレンスってどこ?

Last updated at Posted at 2020-05-06

昔データベーススペシャリスト試験を受けたときの疑問のメモ。

「SQLのリファレンスってあるの?」

と思って調べたことがありました。

どこにあるのか良く分からなかったので問い合わせたら公開されてました(恥)

試験で使用するデータベース言語は,「JIS X 3005 規格群」に
準拠しております。

なお、情報処理技術者試験で使用する情報処理用語、
プログラム言語等に関する仕様等につきましては、
以下のURLでご案内しておりますのでご確認ください。

【「試験で使用する情報技術に関する用語・プログラム言語など」Ver 3.1】
 https://www.jitec.ipa.go.jp/1_13download/shiken_yougo_ver3_1.pdf

という訳で普段使ってるDBがこれに準拠してない人は注意しましょう。

例えばMS SQL Serverメインで使ってたら「今日の日付」の回答を間違えます

正解はCURRENT_DATEとなる訳ですが、MS SQL Server成分多めだとGETDATE()としてしまいがち?

改めて調べてみるとGETDATE()なMS SQL Serverは少数派でした。
(○ = CURRENT_DATE)

MS SQL Server Oracle PostgreSQL MySQL
×

な感じ。

2
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
2
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?