Package deal
WGU C170 Full Solution Pack 2024/2025 Solved 100%
WGU C170 Full Solution Pack 2024/2025 Solved 100%
[Show more]WGU C170 Full Solution Pack 2024/2025 Solved 100%
[Show more]binary relationship - Answer-An ER term for an association (relationship) between two entities. For 
example, PROFESSOR teaches CLASS. 
cardinality - Answer-An attribute that can be further subdivided to yield additional attributes. For 
example, a phone number such as may be divided into an area c...
Preview 1 out of 3 pages
Add to cartbinary relationship - Answer-An ER term for an association (relationship) between two entities. For 
example, PROFESSOR teaches CLASS. 
cardinality - Answer-An attribute that can be further subdivided to yield additional attributes. For 
example, a phone number such as may be divided into an area c...
Associative Entity - Answer-All relationships for the (...) entity should be many. 
Attribute - Answer-An (...) is a property or characteristic of an entity. 
Binary relationship - Answer-A (...) is a relationship between two entity types. 
Cardinality - Answer-(...) represents the maximum number of...
Preview 2 out of 7 pages
Add to cartAssociative Entity - Answer-All relationships for the (...) entity should be many. 
Attribute - Answer-An (...) is a property or characteristic of an entity. 
Binary relationship - Answer-A (...) is a relationship between two entity types. 
Cardinality - Answer-(...) represents the maximum number of...
Access plan - Answer-A set of instructions generated at application compilation time that is created 
and managed by a DBMS. The access plan predetermines how an application's query will access the 
database at run time. 
Alias - Answer-An alternative name for a column or table in a SQL statement. ...
Preview 2 out of 13 pages
Add to cartAccess plan - Answer-A set of instructions generated at application compilation time that is created 
and managed by a DBMS. The access plan predetermines how an application's query will access the 
database at run time. 
Alias - Answer-An alternative name for a column or table in a SQL statement. ...
Access plan - Answer-A set of instructions generated at application compilation time that is created 
and managed by a DBMS. The access plan predetermines how an application's query will access the 
database at run time. 
Alias - Answer-An alternative name for a column or table in a SQL statement. ...
Preview 1 out of 2 pages
Add to cartAccess plan - Answer-A set of instructions generated at application compilation time that is created 
and managed by a DBMS. The access plan predetermines how an application's query will access the 
database at run time. 
Alias - Answer-An alternative name for a column or table in a SQL statement. ...
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? 
One-to-one 
One-to-many 
Many-to-many 
One-to-one binary - Answer-Many-to-many 
Which two examples are attributes? 
Choose 2 answers 
A p...
Preview 3 out of 19 pages
Add to cartA 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? 
One-to-one 
One-to-many 
Many-to-many 
One-to-one binary - Answer-Many-to-many 
Which two examples are attributes? 
Choose 2 answers 
A p...
Add New Row - Answer-INSERT INTO table_name (column1, column2, ...) 
VALUES (value1, value2, value3, ...); 
Update Row - Answer-UPDATE table_name 
SET column1 = value1, column2 = value2, ... 
WHERE condition; 
Delete Row - Answer-DELETE FROM table_name 
WHERE condition; 
Inner Join - Answer-SELECT c...
Preview 1 out of 2 pages
Add to cartAdd New Row - Answer-INSERT INTO table_name (column1, column2, ...) 
VALUES (value1, value2, value3, ...); 
Update Row - Answer-UPDATE table_name 
SET column1 = value1, column2 = value2, ... 
WHERE condition; 
Delete Row - Answer-DELETE FROM table_name 
WHERE condition; 
Inner Join - Answer-SELECT c...
Create Database Syntax - Answer-CREATE DATABASE db_name; 
Simple SFW query syntax - Answer-SELECT * FROM db_name WHERE column_name operator value; 
Cardinality: Inside or outside? - Answer-Outside 
Modality: Inside or outside? - Answer-Inside 
What commands are used with data definition? - Answer-cr...
Preview 1 out of 3 pages
Add to cartCreate Database Syntax - Answer-CREATE DATABASE db_name; 
Simple SFW query syntax - Answer-SELECT * FROM db_name WHERE column_name operator value; 
Cardinality: Inside or outside? - Answer-Outside 
Modality: Inside or outside? - Answer-Inside 
What commands are used with data definition? - Answer-cr...
domain - Answer-In data modeling, the construct used to organize and describe an attribute's set of 
possible values 
superkey - Answer-An attribute or attributes that uniquely identify each entity in a table. Any 
composite key with this is also this. 
candidate key - Answer-A minimal superkey; th...
Preview 2 out of 6 pages
Add to cartdomain - Answer-In data modeling, the construct used to organize and describe an attribute's set of 
possible values 
superkey - Answer-An attribute or attributes that uniquely identify each entity in a table. Any 
composite key with this is also this. 
candidate key - Answer-A minimal superkey; th...
ad hoc query - Answer-A "spur-of-the-moment" question. 
analytical database - Answer-A database focused primarily on storing historical data and business 
metrics used for tactical or strategic decision making. 
availability - Answer-In the context of data security, it refers to the accessibility ...
Preview 3 out of 23 pages
Add to cartad hoc query - Answer-A "spur-of-the-moment" question. 
analytical database - Answer-A database focused primarily on storing historical data and business 
metrics used for tactical or strategic decision making. 
availability - Answer-In the context of data security, it refers to the accessibility ...
What is a broad definition of data? - Answer-*Raw facts* that are captured on printed or digital 
media 
What are data? - Answer-Facts that are collected and stored in a database system 
What is a determining characteristic of unstructured data? - Answer-It does not follow a data model. 
Which item ...
Preview 2 out of 9 pages
Add to cartWhat is a broad definition of data? - Answer-*Raw facts* that are captured on printed or digital 
media 
What are data? - Answer-Facts that are collected and stored in a database system 
What is a determining characteristic of unstructured data? - Answer-It does not follow a data model. 
Which item ...
A "spur-of -the-moment" question. - Answer-ad hoc query 
A database focused primarily on storing historical data and business metrics used for tactical or 
strategic decision making. - Answer-analytical database 
In the context of data security, it refers to the accessibility of data whenever requ...
Preview 2 out of 5 pages
Add to cartA "spur-of -the-moment" question. - Answer-ad hoc query 
A database focused primarily on storing historical data and business metrics used for tactical or 
strategic decision making. - Answer-analytical database 
In the context of data security, it refers to the accessibility of data whenever requ...
Associative Entity - An associative entity is an element of the entity-relationship model. All 
relationships for the associative entity should be many. 
Attribute - An attribute is a property or characteristic of an entity. 
Binary relationship - A binary relationship is a relationship between two ...
Preview 2 out of 7 pages
Add to cartAssociative Entity - An associative entity is an element of the entity-relationship model. All 
relationships for the associative entity should be many. 
Attribute - An attribute is a property or characteristic of an entity. 
Binary relationship - A binary relationship is a relationship between two ...
What is a broad definition of data? - Answer-Raw facts that are captured on printed or digital media 
What are data? - Answer-Facts that are collected and stored in a database system 
What is a determining characteristic of unstructured data? - Answer-It does not follow a data model. 
Which is true ...
Preview 2 out of 7 pages
Add to cartWhat is a broad definition of data? - Answer-Raw facts that are captured on printed or digital media 
What are data? - Answer-Facts that are collected and stored in a database system 
What is a determining characteristic of unstructured data? - Answer-It does not follow a data model. 
Which is true ...
ad hoc query - Answer-A "spur-of-the-moment" question 
analytical database - Answer-A database focused primarily on storing historical data and business 
metrics used for tactical or strategic decision making 
availability - Answer-In the context of data security, it refers to the accessibility of...
Preview 3 out of 24 pages
Add to cartad hoc query - Answer-A "spur-of-the-moment" question 
analytical database - Answer-A database focused primarily on storing historical data and business 
metrics used for tactical or strategic decision making 
availability - Answer-In the context of data security, it refers to the accessibility of...
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
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!
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
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.
Stuvia is a marketplace, so you are not buying this document from us, but from seller PatrickKaylian. Stuvia facilitates payment to the seller.
No, you only buy these notes for $19.49. You're not tied to anything after your purchase.
4.6 stars on Google & Trustpilot (+1000 reviews)
79223 documents were sold in the last 30 days
Founded in 2010, the go-to place to buy study notes for 14 years now