Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 3 out of 26 pages
Exam (elaborations)

WGU D427 Objective Assessment final exam 100 questions covering data modeling, SQL queries, database design, normalization, and relational database management systems.

Document preview thumbnail
Preview 3 out of 26 pages

Write a query to find the average amount of cars in the Neighborhood Table - ANSWER-SELECT AVG(Cars) FROM Neighborhood; Write a query to find the total number of trees in the Neighborhood table - ANSWER-SELECT SUM(Trees) FROM Neighborhood; Select all records for customers in the Customers table with a CustomerName starting with "a" - ANSWER-SELECT * FROM Customers WHERE CustomerName LIKE 'a%';

Content preview

1|Page


WGU D427 Objective Assessment final exam 100
questions covering data modeling, SQL queries,
database design, normalization, and relational
database management systems.



Write a query to find the average amount of cars in the
Neighborhood Table - ANSWER-SELECT AVG(Cars)
FROM Neighborhood;


Write a query to find the total number of trees in the
Neighborhood table - ANSWER-SELECT SUM(Trees)
FROM Neighborhood;


Select all records for customers in the Customers table with a
CustomerName starting with "a" - ANSWER-SELECT *
FROM Customers
WHERE CustomerName LIKE 'a%';


Write a query that selects all records for customers with a
CustomerName ending with "a" - ANSWER-SELECT *

,2|Page


FROM Customers
WHERE CustomerName LIKE '%a';


Write a query that selects records for all customers with a
CustomerName that have "a" in any position - ANSWER-
SELECT *
FROM Customers
WHERE CustomerName LIKE '%a%';


Write a query that selects all records for customers with a
CustomerName that have "a" in the second position -
ANSWER-SELECT *
FROM Customers
WHERE CustomerName LIKE '_a%';


Write a query that selects all customers with a CustomerName
that starts with "a" and are at least 3 characters in length -
ANSWER-SELECT *
FROM Customers
WHERE CustomerName LIKE 'a_%';

, 3|Page


Write a query that selects all customers with a ContactName that
starts with "a" and ends with "o" - ANSWER-SELECT *
FROM Customers
WHERE ContactName LIKE 'a%o';


Write a query that selects all customers with a CustomerName
that does NOT start with "a" - ANSWER-SELECT *
FROM Customers
WHERE CustomerName NOT LIKE 'a%';


Write a query that selects all customers that are located in
"Germany", "France" or "UK" - ANSWER-SELECT *
FROM Customers
WHERE Country IN ('Germany,', 'France', 'UK');


Write a query that selects all customers that are NOT located in
"Germany", "France" or "UK" - ANSWER-SELECT *
FROM Customers
WHERE Country NOT IN ('Germany,', 'France', 'UK');

Document information

Uploaded on
May 24, 2025
Number of pages
26
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers
$25.49

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

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.
johnkabiru
3.7
(572)
Sold
3317
Followers
2672
Items
6726
Last sold
1 week ago



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

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions