100% tevredenheidsgarantie Direct beschikbaar na je betaling Lees online óf als PDF Geen vaste maandelijkse kosten 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

WGU C175 FINAL EXAM 2025

Beoordeling
-
Verkocht
-
Pagina's
11
Cijfer
A+
Geüpload op
28-05-2025
Geschreven in
2024/2025

Flat Files - -A file having no internal hierarchy Hashed Files - -A file that has been encrypted for security purposes. Heap File - -An unsorted set of records. Information - -The transformation of raw data into useful facts. Punch Card - -A card that is perforated and can hold commands or data. Structured Data - -Information with a high degree of organization. Unstructured Data - -Information that does not have structure (such as text) Binary Relationship - -A relationship between two entity types. Unary Relationship - -An associate occurrence of an entity type with other occurrences of the same entity type. Cardinality - -The maximum number of entities that can be involved in a particular relationship. E-R Model E-R = Entity - Relationship - -Diagram of entities together with their attributes and the relationship among them. Intersection Data - -It is data that describes a many-to-many relationship. Modality - -It is a minimum number of entity occurrences that can be involved in a relationship. One-to-one Binary Relationship - -It means that a single occurrence of one entity type can be associated with a single occurrence of the other entity type and vice versa. Ternary Relationship - -Involves three different entity types. Unique identifier - -It is used to uniquely identify each record in a database table. Attribute - -A property, characteristic, or fact that we know about an entity. WGU C175 WGU C175 "A salesperson works in one office." What is the name of this relationship? - -One-to-one binary relationship "A salesperson sells to many customers." What is the name of this relationship? - -One-to-many binary relationship "A salesperson is authorized to sell many products, and a product can be sold by many salespersons." What is the name of this relationship? - -Many-to-many binary relationship What is the positioning and meaning for Cardinality and Modality on an E-R model? - Cardinality is the outer symbol; represents the maximum. Modality is the inner symbol; represents the minimum. "A salesperson works in a minimum of one and a maximum of one office, and an office may be occupied by or assigned to a minimum of zero and a maximum of one salesperson." - - "A salesperson may have no customers or many customers." - - Describe the ER model for "Each salesperson is authorized to sell to at least one or many products, and each product can be sold by at least one or many salespeople." - - "One salesperson backs-up another salesperson." What is the name of this model? - -One-to-one unary relationship "A salesperson manages zero to many other salespersons, and a salesperson is managed by exactly one other salesperson." What is the name of this model? - -One-to-many unary relationship "A product can either be part of no other products or be part of several other products, and a product can either be composed of no other products or be composed of several other products." What is the name of this model? - -Many-to-many unary relationship What does 'refer' in Referential Integrity imply? - -This revolves around the circumstance of trying to refer to data in one relation in the database, based on values in another relation. WGU C175 WGU C175 Define the delete rule RESTRICT. - -If the delete rule between two relations is RESTRICT and an attempt is made to delete a record on the "one side" of the one-to many relationship, the system will forbid the delete to take place if there are any matching foreign key values in the relation on the "many side". Define the delete rule CASCADE. - -If the delete rule between two relations is CASCADE and an attempt is made to delete a record on the "one side" of the relationship, not only will the record be deleted but all of the records on the "many side" of the relationship that have a matching foreign key value will also be deleted. In other words, the delete will "cascade" from one relation to the other. Define the delete rule SET-TO-NULL. - -If the delete rule between the two relations is SET-TO-NULL and an attempt is made to delete a record on the "one side" of the one to-many relationship, that record will be deleted and the matching foreign key values in the records on the "many side" of the relationship will be set to null. Essentially, it's exactly like the CASCADE delete option, but instead of completely deleting all possible values, the values are set to NULL instead. Which entity is uniquely identified by concatenating the primary keys of the two entities it connects? - -Associative Entity Which type of entity is also called a dependent entity? - -Weak Entity Candidate Key - -This is when a relation has more than one attribute or minimum group of attributes that represents a way of uniquely identifying the entity. Concurrency Problem - -When two or more users are trying to update the same record simultaneously. Equijoin - -Combines two or more tables based on a column that is common to the tables. Example: Joining Client and Salesman tables that both contain the SalesmanID column which have the exact same values. Foreign Key - -When an attribute or group of attributes serves as the primary key of one relation and also appears in another relation. Natural Join - -Matches each row in a table against each row in another table based on common values found in columns sharing a common name and data type. Tuple - -Rows/records are referred to as tuples when talking about relations. They serve the exact same function, it just has a different name in the context of relations. WGU C175 WGU C175 What are the five basic principles of The Database Concept? - -1. The creation of a datacentric environment that is a significant company resource, which can be shared inside and outside the company. 2. The ability to achieve data integration while storing data in a non-redundant fashion. 3. The ability to store data representing entities involved

Meer zien Lees minder
Instelling
WGU C175
Vak
WGU C175

Voorbeeld van de inhoud

WGU C175



WGU C175 FINAL EXAM 2025

Flat Files - -A file having no internal hierarchy

Hashed Files - -A file that has been encrypted for security purposes.

Heap File - -An unsorted set of records.

Information - -The transformation of raw data into useful facts.

Punch Card - -A card that is perforated and can hold commands or data.

Structured Data - -Information with a high degree of organization.

Unstructured Data - -Information that does not have structure (such as text)

Binary Relationship - -A relationship between two entity types.

Unary Relationship - -An associate occurrence of an entity type with other occurrences
of the same entity type.

Cardinality - -The maximum number of entities that can be involved in a particular
relationship.

E-R Model

E-R = Entity - Relationship - -Diagram of entities together with their attributes and the
relationship among them.

Intersection Data - -It is data that describes a many-to-many relationship.

Modality - -It is a minimum number of entity occurrences that can be involved in a
relationship.

One-to-one Binary Relationship - -It means that a single occurrence of one entity type
can be associated with a single occurrence of the other entity type and vice versa.

Ternary Relationship - -Involves three different entity types.

Unique identifier - -It is used to uniquely identify each record in a database table.

Attribute - -A property, characteristic, or fact that we know about an entity.


WGU C175

, WGU C175


"A salesperson works in one office."

What is the name of this relationship? - -One-to-one binary relationship

"A salesperson sells to many customers."

What is the name of this relationship? - -One-to-many binary relationship

"A salesperson is authorized to sell many products, and a product can be sold by many
salespersons."

What is the name of this relationship? - -Many-to-many binary relationship

What is the positioning and meaning for Cardinality and Modality on an E-R model? - -
Cardinality is the outer symbol; represents the maximum.

Modality is the inner symbol; represents the minimum.

"A salesperson works in a minimum of one and a maximum of one office, and an office
may be occupied by or assigned to a minimum of zero and a maximum of one
salesperson." - -

"A salesperson may have no customers or many customers." - -

Describe the ER model for "Each salesperson is authorized to sell to at least one or
many products, and each product can be sold by at least one or many salespeople." - -

"One salesperson backs-up another salesperson."

What is the name of this model? - -One-to-one unary relationship

"A salesperson manages zero to many other salespersons, and a salesperson is
managed by exactly one other salesperson."

What is the name of this model? - -One-to-many unary relationship

"A product can either be part of no other products or be part of several other products,
and a product can either be composed of no other products or be composed of several
other products."

What is the name of this model? - -Many-to-many unary relationship

What does 'refer' in Referential Integrity imply? - -This revolves around the
circumstance of trying to refer to data in one relation in the database, based on values
in another relation.

WGU C175

Geschreven voor

Instelling
WGU C175
Vak
WGU C175

Documentinformatie

Geüpload op
28 mei 2025
Aantal pagina's
11
Geschreven in
2024/2025
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

€13,31
Krijg toegang tot het volledige document:

100% tevredenheidsgarantie
Direct beschikbaar na je betaling
Lees online óf als PDF
Geen vaste maandelijkse kosten

Maak kennis met de verkoper
Seller avatar
AlexScorer
4,0
(1)

Maak kennis met de verkoper

Seller avatar
AlexScorer Chamberlain College Of Nursing
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
7
Lid sinds
1 jaar
Aantal volgers
0
Documenten
1720
Laatst verkocht
1 week geleden
Best Scorers Review Guide

Hesitate not to get 100% Recent updated and Verified Documents .Total Guarantee to success

4,0

1 beoordelingen

5
0
4
1
3
0
2
0
1
0

Populaire documenten

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via Bancontact, iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo eenvoudig kan het zijn.”

Alisha Student

Veelgestelde vragen