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?

【SQL】ユーザー権限の設定(GRANT)

Posted at

ユーザーに設定出来る権限

image.png

システム権限を設定する
GRANT [権限] TO [ユーザー名];
オブジェクト権限を設定する
GRANT [権限] ON [オブジェクト名] TO [ユーザー名];

主な権限(Oracleの場合)

システム権限

image.png

オブジェクト権限

image.png

おわりに

ここまで読んでいただきありがとうございます!

参考文献

・図解 SQL これからはじめる基本の知識 (知りたい!テクノロジー) 単行本(ソフトカバー) – 2010/12/11
島田 裕二 (著)
p.70-71

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?