100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
WGU C170 OBJECTIVE ASSESSMENT EXAM WITH COMPLETE QUESTIONS AND CORRECT ANSWERS RATED A+ $13.99   Add to cart

Exam (elaborations)

WGU C170 OBJECTIVE ASSESSMENT EXAM WITH COMPLETE QUESTIONS AND CORRECT ANSWERS RATED A+

 2 views  0 purchase
  • Course
  • WGU C170 OBJECTIVE ASSESSMENT
  • Institution
  • WGU C170 OBJECTIVE ASSESSMENT

WGU C170 OBJECTIVE ASSESSMENT EXAM WITH COMPLETE QUESTIONS AND CORRECT ANSWERS RATED A+

Preview 2 out of 12  pages

  • August 5, 2024
  • 12
  • 2024/2025
  • Exam (elaborations)
  • Questions & answers
  • WGU C170 OBJECTIVE ASSESSMENT
  • WGU C170 OBJECTIVE ASSESSMENT
avatar-seller
wachiraMaureen
WGU C170 OBJECTIVE ASSESSMENT
EXAM WITH COMPLETE QUESTIONS AND
CORRECT ANSWERS RATED A+
Which action deletes all rows from a table? Correct Answer
Omitting the WHERE clause from a DELETE statement

How does Table 2 affect the returned results from Table 1 in a left
join? Correct Answer All Table 1 results are returned, regardless
of whether a match is found in Table 2.

Which command functions as a RIGHT JOIN with the roles of the
tables reversed? Correct Answer LEFT JOIN

Refer to the given SQL statement.

SELECT t1.*, t2.* FROM t1 LEFT JOIN t2 ON t1.i1 = t2.i2

What does the LEFT JOIN statement do? Correct Answer It
selects all of the rows in Table 1 and the matching rows in Table
2.

What is the difference between COUNT(*) and COUNT(
col_name) for specified column names? Correct Answer
COUNT(*) counts every row selected, and COUNT(col_name)
counts only non-null values.

Which function determines the total value for a column? Correct
Answer SUM()

How does a row subquery differ from a table subquery? Correct
Answer A row subquery returns a single row of one or more
values.

, Refer to the given SQL statement.1.

SELECT SPNAME2.
FROM SALESPERSON3.
WHERE SPNUM=4.
FROM CUSTOMER5.
WHERE CUSTNUM=20900);

What is missing from the subquery at the beginning of line 4?
Correct Answer (SELECT SPNUM

What is the purpose of using a SELECT statement? Correct
Answer To retrieve data

Which SQL statement retrieves all of the columns from the
Owners table? Correct Answer SELECT * FROM Owners;

Which SQL statement tallies the number of different cities in
which record companies have been founded? Correct Answer
SELECT COUNT(DISTINCT city) FROM recordcompany;

Which task does ORDER BY perform by default? Correct Answer
Sorting rows in ascending order

A database administrator of a movie rental company needs to
compile a list of movies released each year for a marketing
campaign.

Which SQL command will accomplish this? Correct Answer
SELECT YEAR, TITLE FROM MOVIE GROUP BY YEAR;

What is Structured Query Language (SQL)? Correct Answer A
high-level computer language for storing, manipulating, and
retrieving data in a relational database

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

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

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

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 wachiraMaureen. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $13.99. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

80467 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$13.99
  • (0)
  Add to cart