Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

C170 WGU QUESTIONS & ANSWERS

Beoordeling
-
Verkocht
-
Pagina's
6
Cijfer
A+
Geüpload op
06-09-2025
Geschreven in
2025/2026

C170 WGU QUESTIONS & ANSWERS

Instelling
Vak

Voorbeeld van de inhoud

C170 WGU QUESTIONS & ANSWERS
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? - Answer -Many-to-many

Which two examples are attributes? - 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? - Answer -Set-to-Null

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,
Which two columns are created as something other than variable-length strings in this
statement? - Answer -member_id
expiration

This database table has ten different employee numbers in the first column.
Employee_ID is the primary
key. In addition, it has ten different names in the second column and two office
addresses repeated five
times each in the third column.
Which action should be used to translate this data into third normal form? - Answer -
Move the data from the third column into its own table.

A database manager starts to convert data that has been normalized into a form that
conforms to the
relational model. A simple primary key has been established and all the repeating
groups have been
deleted.
In which form is this data? - Answer -Second normal form

Two attributes in two related tables have the exact same domain of values. The attribute
is a primary
key in one table.
Which kind of key is the attribute in the other table? - Answer -Foreign

SELECT PRODNUM, PRODNAME
FROM PRODUCT

, Which line should be added to the end of the statement to return the product numbers
and product
names for products that cost 20 dollars? - Answer -WHERE PRODCOST=20;

What does WHERE identify in a basic SQL SELECT statement? - Answer -The rows to
be included

Refer to the given SQL statement.
SELECT EMPNUM
FROM EMPLOYEE
Which line added to the end of the statement returns employee numbers of at least
1000? - Answer -WHERE EMPNUM >= 1000;

SELECT PRODNUM, SUM(QUANTITY)
FROM SALESPERSON
Which line, when added to the end of the statement, returns the total number of each
kind of product
by product number? - Answer -GROUP BY PRODNUM;

Which data definition language statement affects databases or objects in them? -
Answer -ALTER

What does the DELETE statement do? - Answer -It removes rows from a table.

Which condition must be in effect to use the INSERT INTO ... VALUES syntax for an
INSERT statement? - Answer -The VALUES list must contain a value for each non-null
valued column in the
table.

CREATE TABLE mytbl
(
f FLOAT(10,4),
c CHAR(15) NOT NULL DEFAULT 'none',
i TINYINT UNSIGNED NULL
);
Which kind of data type is FLOAT in this statement? - Answer -Decimal

Which two SQL data types can represent images or sounds? - Answer -TINYBLOB
BINARY

CREATE TABLE CUSTOMER
(CustomerID INT NOT NULL AUTO_INCREMENT,
LastName VARCHAR(100) NOT NULL,
FirstName VARCHAR(100) NOT NULL,
PRIMARY KEY ( CustomerID ));
Which component of the command indicates the table's name? - Answer -CUSTOMER

Geschreven voor

Vak

Documentinformatie

Geüpload op
6 september 2025
Aantal pagina's
6
Geschreven in
2025/2026
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

$13.99
Krijg toegang tot het volledige document:

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF

Maak kennis met de verkoper

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
QUEENS Harvard University
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
226
Lid sinds
4 jaar
Aantal volgers
180
Documenten
4503
Laatst verkocht
1 maand geleden

4.1

61 beoordelingen

5
35
4
10
3
8
2
3
1
5

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 iDeal of creditcard en download je PDF-document meteen.

Student with book image

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

Alisha Student

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen