130k views
3 votes
What are the four access control rules that the system creates by default when a custom table is created?

a. Create, Delete, Read, Write
b. Modify, Purge, Access, Control
c. Update, Manage, Alter, Secure
d. Edit, Remove, View, Manipulate

User Ches
by
7.2k points

1 Answer

6 votes

Final answer:

The four default access control rules created when a custom table is created are Create, Delete, Read, and Write.

Step-by-step explanation:

When a custom table is created, there are four default access control rules that the system typically creates to help manage security around the data. These rules are:

  • Create: Allows the creation of new records.
  • Delete: Provides the ability to remove records.
  • Read: Permits the viewing of record details.
  • Write: Enables the editing of existing record data.

The correct answer to the question, which asks which access control rules are created by default when a custom table is created, is option a. Create, Delete, Read, Write.

User Mudassar
by
7.7k points