If a table does not have MANDT as part of the primary key, it is.
-
A structure
-
Invalid
-
Client-independent
-
Not mandatory
C
Correct answer
Explanation
In SAP ABAP, MANDT is the client field (Mandant). Tables with MANDT in their primary key are client-dependent, meaning data is isolated by client (tenant). Tables without MANDT in the primary key are client-independent - the same data is visible across all clients. Option C is correct.