100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.6 TrustPilot
logo-home
Exam (elaborations)

WGU CS1011 Sophia Introduction to Relational Databases Milestone 2.

Rating
-
Sold
-
Pages
36
Grade
A+
Uploaded on
18-09-2023
Written in
2023/2024

In each milestone, you may want or need to use the database and query tool to answer some of the questions. We suggest you open the tool in another browser tab while you are working on this assessment. Which of the following is true of foreign keys?     Tables could be created first to avoid having to create foreign keys in order.  A foreign key should always be linked to a primary key of another

Show more Read less
Institution
Course

Content preview

UNIT 2 — MILESTONE 2

20/25

20/25  that's 80% RETAKE



 20 questions were answered correctly.
4 questions were answered incorrectly.
1 question was skipped. These were marked incorrect.



1 


In each milestone, you may want or need to use the database
and query tool to answer some of the questions. We suggest you
open the tool in another browser tab while you are working on
this assessment.

https://postgres.sophia.org/

Which of the following is true of foreign keys?



Tables could be created first to
avoid having to create foreign
 
keys in order.



A foreign key should always be
linked to a primary key of another
 
table.



A foreign key can be linked to
 any foreign key.

, UNIT 2 — MILESTONE
A foreign 2 if the
key is not needed
 data type is different.
20/25

RATIONALE
In most cases, a foreign key should be linked to a candidate key
that is generally a primary key or a unique key. Foreign keys could
be temporarily disabled to simplify dropping the tables or moving
valid data. Foreign keys could also be added after tables have
been created to avoid having to generate them in the right order.

CONCEPT
 Foreign and Primary Keys

Report an issue with this question




2 


In each milestone, you may want or need to use the database
and query tool to answer some of the questions. We suggest you
open the tool in another browser tab while you are working on
this assessment.

https://postgres.sophia.org/

Which of the following is the valid syntax for creating a VIEW to
view a subset of a table?



CREATE VIEW album_cost
AS track

GROUP BY album_id;

, UNIT 2 — MILESTONE
CREATE 2
VIEW album_cost
AS
SELECT album_id, 20/25

SUM(unit_price)
GROUP BY album_id;



CREATE VIEW album_cost
SELECT album_id,
SUM(unit_price)

FROM track
GROUP BY album_id;



CREATE VIEW album_cost
AS
SELECT album_id,
  SUM(unit_price)
FROM track
GROUP BY album_id;




RATIONALE
Common mistakes include- forgetting the "AS", not doing a select
statement, and not including the FROM clause.

CONCEPT
 VIEW to Provide a Subset

Report an issue with this question




3 


In each milestone, you may want or need to use the database
and query tool to answer some of the questions. We suggest you
open the tool in another browser tab while you are working on
this assessment.

https://postgres.sophia.org/

, Which of the following queries will use a subquery to find all of
theUNIT
rows in2the
—track
MILESTONE
table that has2a unit_price of 0.99 and has
the length of the song in milliseconds that is longer than the
AVG track length of all tracks in the album_id between 5 and 20/25
10?



SELECT *
FROM TRACK
WHERE milliseconds >
SELECT AVG(milliseconds)
 FROM track
WHERE album_id BETWEEN 5
AND 10
AND unit_price = 0.99;



SELECT *
FROM TRACK
WHERE milliseconds >
(SELECT AVG(milliseconds)
  FROM track
WHERE album_id BETWEEN 5
AND 10)
AND unit_price = 0.99;



SELECT AVG(milliseconds)
FROM TRACK
WHERE milliseconds >
(SELECT *
 FROM track
WHERE album_id BETWEEN 5
AND 10)
AND unit_price = 0.99;



SELECT *
FROM TRACK
WHERE milliseconds >

Written for

Institution
Course

Document information

Uploaded on
September 18, 2023
Number of pages
36
Written in
2023/2024
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
ACADEMICAIDSTORE Chamberlain College Of Nursing
Follow You need to be logged in order to follow users or courses
Sold
1206
Member since
4 year
Number of followers
892
Documents
11992
Last sold
4 days ago
ACADEMICAID STORE

Welcome to ACADEMICAID store! We specialize in reliable test banks, exam questions with verified answers, practice exams, study guides, and complete exam review materials to help students pass on the first try. Our uploads support Nursing programs, professional certifications, business courses, accounting classes, and college-level exams. All documents are well-organized, accurate, exam-focused, and easy to follow, making them ideal for quizzes, midterms, finals, ATI & HESI prep, NCLEX-style practice, certification exams, and last-minute reviews. If you’re looking for trusted test banks, comprehensive exam prep, and time-saving study resources, you’re in the right place.

Read more Read less
4.1

175 reviews

5
97
4
29
3
28
2
6
1
15

Trending documents

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions