WGU D427 Database Management Applications Exam Questions With 100% Correct Answers | Verified | Latest Update

WGU D427 Database Management

Applications Exam Questions With 100%

Correct Answers | Verified | Latest

Update

Schema - Correct Answer-The definition of how data in a database will be organized.

- Create

- Read

- Update

- Delete - Correct Answer-The basis of interacting with databases can be defined using

the CRUD acronym. What does CRUD stand for?

DATE: YYYY-MM-DD

DATETIME: YYYY-MM-DD HH:MM:SS - Correct Answer-What is the DATE datatype

syntax?

What is the DATETIME datatype syntax?

It will have 3 numbers before the decimal and 2 after. - Correct Answer-What does

DECIMAL(3,2) indicate?

Stored Procedures - Correct Answer-a series of commands stored on the database.

This allows the reuse of long or detailed queries instead of writing them for each use. It

also provides a safe way to deal with sensitive data, especially with those unfamiliar

with SQL syntax.

Data definition language (DDL) - Correct Answer-involves instructing the DBMS

software on what tables will be in the database, what attributes will be in the tables,

which attributes will be indexed, and so forth.

data manipulation languages (DMLs) - Correct Answer-refers to the four basic

operations that can and must be performed on data stored in any DBMS (or in any other

data storage arrangement, for that matter): data retrieval, data update, insertion of new

records, and deletion of existing records.

SELECT *

FROM CUSTOMER

WHERE CUSTNUMB BETWEEN 1 AND 2; - Correct Answer-What would the SELECT

statement look like if you use a BETWEEN.


SELECT *

FROM CUSTOMER

WHERE HQCITY IN ('Atlanta', 'Chicago', 'Washington'); - Correct Answer-What would

the SELECT statement look like if you use a IN.

SELECT *

FROM CUSTOMER

WHERE HQCITY LIKE 'W%'; - Correct Answer-What would the SELECT statement look

like if you use a LIKE.

A% - The "%" means that any string of characters can follow afterwards. The percent

sign represents zero or more arbitrary regular characters

A_ - The _ means that there will be exactly one letter following the A. The underscore

represents a single arbitrary regular character. - Correct Answer-What are the two ways

of using the LIKE command?

The clause can include the term ASC at the end to make ascending explicit or it can

include DESC for descending order. - Correct Answer-The default order for ORDER BY

is ascending. How can you make it descending order?

SELECT AVG/SUM/MIN/MAX/COUNT(Column_Name)

FROM SALES

WHERE Name = 'Matt'; - Correct Answer-Command to use

AVG/SUM/MIN/MAX/COUNT aggregate functions?

o One is that the tables to be joined must be listed in the FROM clause.

o Two is that the join attributes in the tables being joined must be declared and matched

to each other in the WHERE clause. - Correct Answer-There are two specifications to

make in the SELECT statement to make a join work.

SELECT SPNAME

FROM SALESPERSON, CUSTOMER

WHERE SALESPERSON.SPNUM=CUSTOMER.SPNUM - Correct Answer-Example of

JOIN CAUSE.

Dr. CODD - Correct Answer-In 1970, Dr. _________ of IBM published in

Communications of the ACM a paper entitled "A Relational Model of Data for Large

Shared Data Banks." This paper marked the beginning of the field of relational

databases.

CREATE TABLE

DROP TABLE - Correct Answer-Commands to create and drop a table?

- When you create the column definition (known as a column constraint).

No comments found.
Login to post a comment

jordancarter 6 months ago

This study guide is clear, well-organized, and covers all the essential topics. The explanations are concise, making complex concepts easier to understand. It could benefit from more practice questions, but overall, it's a great resource for efficient studying. Highly recommend!
Login to review this item
Q. What will I receive when I purchase this document?
A. You will receive a PDF that is available for instant download upon purchase. The document will be accessible to you at any time, from anywhere, and will remain available indefinitely through your profile.
Q. Satisfaction guarantee: how does it work?
A. 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.
Q. Who am I buying these notes from?
A. you are buying this document from us learnexams
Q. Will I be stuck with a subscription?
A. No, you only buy these notes for $ indicated . You are not obligated to anything after your purchase.
Q. Can learnexams be trusted?
A. check our reviews at trustpilot
Price $21.00
Add To Cart

Buy Now
Category WGU EXAM
Comments 0
Rating
Sales 0

Buy Our Plan

We have

The latest updated Study Material Bundle with 100% Satisfaction guarantee

Visit Now
{{ userMessage }}
Processing