What is invalid attribute of a domain?
-
Type
-
Fixed values
-
Length
-
Header
Reveal answer
Fill a bubble to check yourself
D
Correct answer
Explanation
In SAP ABAP, a domain has valid attributes like Type, Length, and Fixed values. 'Header' is not an attribute of a domain - it's not part of the domain definition structure. Domains define technical properties (type, length, allowed values) for data elements.
AI explanation
A domain in database design is typically defined by attributes like its data type, allowed/fixed values, and length/size constraints — these describe the values a column can hold. "Header" is not a domain property; it's a term more associated with file or table structure, not with the definition of a value domain.