Access control is a fundamental security concept. This question focuses on the default access control rules (ACLs) that are automatically created when a new custom table is defined.
❓ Quiz Question
What access control rules are created by default when creating a custom table?
๐ Select 4 answers from the options below.
✅ Correct Answers
✔ Create
✔ Read
✔ Write
✔ Delete
❌ Incorrect Options
-
Archive
-
Access
๐ Detailed Explanation
When a custom table is created, the platform automatically generates a standard set of four access control rules. These rules define the most common interactions users can have with records in the table.
These default ACLs establish the baseline security model for the table.
✔️ Automatically Created ACLs
๐ข Create
-
Controls who can insert new records
-
Evaluated when a user attempts to add a new entry
๐ข Read
-
Controls who can view records
-
Applies to lists, forms, and related records
๐ข Write
-
Controls who can modify existing records
-
Evaluated when saving changes to a record
๐ข Delete
-
Controls who can remove records
-
Applied during record deletion
❌ Why the Other Options Are Incorrect
๐ซ Archive
-
Archiving is a data lifecycle feature
-
It is not part of the default access control rule set
๐ซ Access
-
Not a valid default ACL type
-
ACLs are action-based, not generic access rules
๐ง Overall Explanation Summary
When a custom table is created, the system automatically generates four core ACLs:
Create, Read, Write, Delete
These ACLs provide a starting point for securing data and can be modified or extended as needed.
๐ Final Thoughts
For exam and real-world usage, remember:
-
Every custom table starts with four default ACLs
-
No extra rules are added unless configured manually
-
Distractors often include archive or generic terms like access














