正解:A,D
Application Access settings on a table control which operations external applications (in other scopes) can perform. The main controllable operations are:
* Can create
* Can read (query)
* Can update
* Can delete
From Development Handbook 4.0.4, p. 192:
"Application access settings determine whether another scope can read, write, create, or delete records from this table... Execute is not a valid database operation - it pertains to script includes or other executable logic."
最新のコメント (最新のコメントはトップにあります。)
「B.作成」がCan createに該当するため正解となるのでは?