Multiple choice technology programming languages

What is invalid attribute of a domain?

  1. Type

  2. Fixed values

  3. Length

  4. 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.