CIW
1D0-441 · Question #45
Consider the following statement: CREATE DOMAIN COUNT AS INTEGER CHECK (COUNT <= 600 And COUNT > -1); The CHECK clause in this statement is an application of what?
The correct answer is B. Integrity constraint. See the full explanation below for the reasoning.
Question
Consider the following statement: CREATE DOMAIN COUNT AS INTEGER CHECK (COUNT <= 600 And COUNT > -1); The CHECK clause in this statement is an application of what?
Options
- AReferential integrity
- BIntegrity constraint
- CEnterprise data model
- DDBDL relation definition
How the community answered
(16 responses)- A13% (2)
- B81% (13)
- C6% (1)
Community Discussion
No community discussion yet for this question.