WGU Question and answers verified to pass 2024 WGU - D427 Data Management - Applications ZyBooks Labs 7 and 8
7.1 LAB - Alter Movie table
The Movie table has the following columns:
ID - positive integer
Title - variable-length string
Genre - variable-length string
RatingCode - va...
WGU - Pre-Assessment: Data
Management - Applications (FJO1)
(PFJO)
A salesperson is authorized to sell many products and a product can be sold
by many salespersons.
Which kind of binary relationship does this scenario describe? - correct
answer ✔Many-to-many
Which two examples are attributes?
A person attending a meeting
An employee number
A sales meeting
A meeting code - correct answer ✔An employee number
A meeting code
Which delete rule sets column values in a child table to a missing value when
the matching data is deleted from the parent table? - correct answer ✔Set-
to-Null
In this entity-relationship diagram, Salesperson 361 is related to two
customers. The table follows the restrict delete rule.
What happens if someone tries to delete Salesperson 361 from the customer
records? - correct answer ✔The delete is prohibited.
Refer to the given SQL statement.
, CREATE TABLE member
(
member_id INT UNSIGNED NOT NULL AUTO_INCREMENT,
PRIMARY KEY (member_id),
last_name VARCHAR(20) NOT NULL,
first_name VARCHAR(20) NOT NULL,
suffix VARCHAR(5) NULL,
expiration DATE NULL,
email VARCHAR(100) NULL,
street VARCHAR(50) NULL,
city VARCHAR(50) NULL,
state VARCHAR(2) NULL,
zip VARCHAR(10) NULL,
phone VARCHAR(20) NULL,
interests VARCHAR(255) NULL
);
Which two columns are created as something other than variable-length
strings in this statement? - correct answer ✔member_id
expiration
Employee_ID Employee_Name Office_Address
12342 Jacob 54123 Main Street
12346 Michael 354 Center Avenue
12846 Ethan 54123 Main Street
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller Academia199. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $14.49. You're not tied to anything after your purchase.