nerdexam
SAS_Institute

A00-260 · Question #16

Select the valid reasons for using SAS Data Integration Studio's Table Loader transformation. (Choose two.)

The correct answer is C. Apply and maintain constraints on permanent tables. D. Delete and remove permanent tables. Options C and D are correct because the Table Loader transformation in SAS Data Integration Studio is specifically designed to manage the structure and lifecycle of permanent tables - it provides built-in options to apply and maintain integrity constraints (such as PRIMARY KEY…

Create and work with metadata for SAS Data Integration Studio

Question

Select the valid reasons for using SAS Data Integration Studio's Table Loader transformation. (Choose two.)

Options

  • ACreate and replace permanent tables.
  • BMaintain access privileges to permanent tables.
  • CApply and maintain constraints on permanent tables.
  • DDelete and remove permanent tables.

How the community answered

(63 responses)
  • A
    8% (5)
  • B
    3% (2)
  • C
    89% (56)

Explanation

Options C and D are correct because the Table Loader transformation in SAS Data Integration Studio is specifically designed to manage the structure and lifecycle of permanent tables - it provides built-in options to apply and maintain integrity constraints (such as PRIMARY KEY, FOREIGN KEY, NOT NULL, and CHECK constraints), and it also supports deleting rows from and physically removing permanent tables as part of its load operations.

Option A is a distractor because creating or replacing tables is handled through table registration in the SAS metadata repository or DDL-type transformations, not the Table Loader itself. Option B is incorrect because managing access privileges (GRANT/REVOKE) is a database security concern handled outside of SAS DI Studio's Table Loader - it falls under DBA responsibilities or SAS metadata security settings.

Memory tip: Think of the Table Loader as a "table manager," not just a "data pusher." The two things it manages beyond loading rows are Constraints (C) and Cleanup/Deletion (D) - both relate to controlling the table's rules and existence, not its permissions or initial creation.

Topics

#Table Loader#SAS DI Studio#Constraints#Permanent tables

Community Discussion

No community discussion yet for this question.

Full A00-260 Practice