ExamGecko
Question list
Search
Search

Question 102 - CAD discussion

Report
Export

When creating a table in a privately-scoped application, which four Access Controls are created for the table?

A.
Insert, Delete, Query, Write
Answers
A.
Insert, Delete, Query, Write
B.
Create, Delete, Read, Write
Answers
B.
Create, Delete, Read, Write
C.
Create, Delete, Read, Update
Answers
C.
Create, Delete, Read, Update
D.
Insert, Delete, Query, Update
Answers
D.
Insert, Delete, Query, Update
Suggested answer: B

Explanation:

When creating a table in a privately-scoped application, four Access Controls are automatically created for the table. These Access Controls define the permissions for the four basic operations on the table: Create, Delete, Read, and Write. The Create operation allows the user to create new records on the table. The Delete operation allows the user to delete existing records on the table. The Read operation allows the user to view the records on the table. The Write operation allows the user to modify the records on the table. By default, these Access Controls grant access to the admin role and the application scope. You can modify or delete these Access Controls as needed.

The other options are not valid Access Controls for a table. Insert, Query, and Update are not operations, but methods of the GlideRecord class that are used to manipulate records on the server-side. They are not part of the Access Control rules.

References:

[Access Control rules]

Create a table in a scoped application

[GlideRecord methods]

asked 23/09/2024
Firasat Siddiqui
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first