100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
WGU C170 - Data Management Applications Actual Final Pretest and Post test Exam Questions and Best Graded Solutions latest 2024/2025 $10.99   Add to cart

Exam (elaborations)

WGU C170 - Data Management Applications Actual Final Pretest and Post test Exam Questions and Best Graded Solutions latest 2024/2025

 5 views  0 purchase
  • Course
  • WGU 170
  • Institution
  • WGU 170

WGU C170 - Data Management Applications Actual Final Pretest and Post test Exam Questions and Best Graded Solutions latest 2024/2025 What does WHERE identify in a basic SQL SELECT statement? A A table's intersection data B The associative entity C A range of included columns D The rows to ...

[Show more]

Preview 4 out of 115  pages

  • August 30, 2024
  • 115
  • 2024/2025
  • Exam (elaborations)
  • Questions & answers
  • WGU 170
  • WGU 170
avatar-seller
KieranKent55
WGU C170 - Data Management Applications
Actual Final Pretest and Post test Exam
Questions and Best Graded Solutions latest
2024/2025

What does WHERE identify in a basic SQL SELECT statement?


A A table's intersection data
B The associative entity
C A range of included columns
D The rows to be included - correct answer D


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?


A WHERE EMPNUM > 1000;
B WHERE EMPNUM >= 1000;
C WHERE EMPNUM => 1000;
D WHERE EMPNUM = 1000+; - correct answer B


Refer to the given SQL statement.


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?


A ORDER BY PRODNUM;
B GROUP BY PRODNUM;
C COUNT PRODNUM;
D SUM PRODNUM; - correct answer B


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


A INSERT
B NULL
C ALTER
D SELECT - correct answer C


What does the DELETE statement do?


A It removes rows from a table.
B It removes views.
C It removes columns not named in the column list.
D It removes columns from a table. - correct answer A


Which condition must be in effect to use the INSERT INTO ... VALUES syntax for an
INSERT statement?


A The VALUES list must contain a value for each non-null valued column in the table.
B The INSERT INTO portion of the statement must refer to a sampdb database table.
C The INSERT INTO portion of the statement must generate a LOAD DATA statement.

,D The VALUES list must contain a value for each row in the table. - correct answer A


Refer to the given SQL statement.


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?


A Decimal
B Data
C String
D Integer - correct answer A


Which two SQL data types can represent images or sounds?


Choose 2 answers


1 FLOAT
2 TERNARY
3 SOUNDBLOB
4 TINYBLOB
5 BINARY
6 INT

, A 4,5
B 1,2 - correct answer A


Refer to the given SQL statement.


CREATE TABLE CUSTOMER
(CustomerIDINT 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?


A TABLE CUSTOMER
B CustomerID
C CUSTOMER
D INT - correct answer C


Which method creates an empty copy of a table and then populates it from the original
table?


A CREATE TABLE ... INTO followed by INSERT INTO:
B INSERT TABLE ... LIKE followed by SELECT:
C INSERT TABLE ... SELECT followed by INSERT INTO ... LIKE:
D CREATE TABLE ... LIKE followed by INSERT INTO ... SELECT : - correct answer D


Refer to the given SQL syntax.

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

Will I be stuck with a subscription?

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

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

75391 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
$10.99
  • (0)
  Add to cart