Multiple choice technology

Which of the following is the way to force a restriction?

  1. Create a conditional select using the appropriate database function.

  2. Infer a where clause using the where statement of an objects properties.

  3. Apply a restriction set to a group of users that forces a row level where clause.

  4. A and C

  5. All of the above

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

All three methods (A, B, C) represent valid ways to apply restrictions in database and Business Intelligence contexts. Conditional selects with database functions (A), where clauses on object properties (B), and restriction sets forcing row-level where clauses (C) are all standard techniques for data restriction. Option E correctly identifies that all these approaches are valid.