Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

WGU Data Management - Foundations Exam - Topic 4 Question 14 Discussion

Which property of an entity can become a column in a table?
C) Attribute
A) Modality
B) Uniqueness
D) Non-null values

WGU Data Management - Foundations Exam - Topic 4 Question 14 Discussion

Actual exam question for WGU's WGU Data Management - Foundations exam
Question #: 14
Topic #: 4
[All WGU Data Management - Foundations Questions]

Which property of an entity can become a column in a table?

Show Suggested Answer Hide Answer
Suggested Answer: C

In database design, attributes of an entity become columns in a relational table.

Example Usage:

For an Employee entity, attributes might include:

CREATE TABLE Employees (

EmployeeID INT PRIMARY KEY,

Name VARCHAR(50),

Salary DECIMAL(10,2),

DepartmentID INT

);

Each attribute (e.g., Name, Salary) becomes a column in the table.

Why Other Options Are Incorrect:

Option A (Modality) (Incorrect): Describes optional vs. mandatory relationships, not table structure.

Option B (Uniqueness) (Incorrect): Ensures distinct values but is not a column property.

Option D (Non-null values) (Incorrect): Ensures that columns must contain data but does not define attributes.

Thus, the correct answer is Attribute, as attributes of entities become table columns.


Contribute your Thoughts:

0/2000 characters
Misty
9 hours ago
I’m confused about B) Uniqueness. I know it’s important for keys, but I’m not sure if it can be a column itself.
upvoted 0 times
...
Phil
6 days ago
I feel like I've seen a question like this before, and it was about attributes being the properties of an entity. So maybe C is the right choice?
upvoted 0 times
...
Lavonne
11 days ago
I'm not entirely sure, but I remember something about modality being related to how many values an attribute can have.
upvoted 0 times
...
Isaac
16 days ago
I think it might be C) Attribute since that's what we usually refer to when talking about columns in a table.
upvoted 0 times
...

Save Cancel