100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
WGU D427 DATA MANAGEMENT APPLICATIONS ACTUAL EXAM LATEST 2024/2025 QUESTIONS AND VERIFIED CORRECT ANSWERS/ ALREADY GRADED A++ $20.99   Add to cart

Exam (elaborations)

WGU D427 DATA MANAGEMENT APPLICATIONS ACTUAL EXAM LATEST 2024/2025 QUESTIONS AND VERIFIED CORRECT ANSWERS/ ALREADY GRADED A++

 3 views  0 purchase
  • Course
  • WGU D427
  • Institution
  • WGU D427

WGU D427 DATA MANAGEMENT APPLICATIONS ACTUAL EXAM LATEST 2024/2025 QUESTIONS AND VERIFIED CORRECT ANSWERS/ ALREADY GRADED A++ WGU D427 DATA MANAGEMENT APPLICATIONS ACTUAL EXAM LATEST 2024/2025 QUESTIONS AND VERIFIED CORRECT ANSWERS/ ALREADY GRADED A++

Preview 4 out of 35  pages

  • October 1, 2024
  • 35
  • 2024/2025
  • Exam (elaborations)
  • Questions & answers
  • WGU D427
  • WGU D427
avatar-seller
phoebemigwi
DATA MANAGEMENT APPLICATION WGU D427 ACTUAL
EXAM LATEST 2024/2025 QUESTIONS AND VERIFIED
CORRECT ANSWERS/ ALREADY GRADED A++

DDL - ANSWER ALTER

DDL - ANSWER DROP

DDL - ANSWER CREATE

DQL - ANSWER SELECT

DCL - ANSWER GRANT

DCL - ANSWER REVOKE

DML - ANSWER INSERT
.
DML - ANSWER UPDATE

DML - ANSWER DELETE

DTL - ANSWER COMMIT

DTL - ANSWER ROLLBACK

DTL - ANSWER SAVEPOINT

DDL - ANSWER ALTER, DROP, CREATE

DQL - ANSWER SELECT

DML - ANSWER INSERT, UPDATE, DELETE

DCL - ANSWER GRANT, REVOKE

DTL - ANSWER COMMIT, ROLLBACK, SAVEPOINT.
Synonyms for TABLE - ANSWER MATH: Relation
Files: File

,Synonyms for COLUMN - ANSWER MATH: Attribute
FILE: Field

Synonyms for ROW - ANSWER MATH: Tuple
FILE: Record

Synonyms for DATA TYPE - ANSWER MATH: Domain
FILE: Data Type :)

What language defines the structure of the database. AKA deals with
tables - ANSWER DDL

What language retrieves data from the database. - ANSWER DQL

What language manipulates data stored in a database. AKA deals with
rows - ANSWER DML

What language controls database user access. - ANSWER DC.

DDL - ANSWER Create, Alter, Drop, Rename, Truncate

DML - ANSWER Delete, Update, Insert, Select

DML - ANSWER changes/chooses rows of data

DDL - ANSWER changes table structure/columns

CREATE VIEW - ANSWER CREATE VIEW ... AS
SELECT
FROM

GROUP BY - ANSWER Used when you are asked to list or aggregate the
data
COUNT, SUM, AVG,MAX,MIN
by/per/in each category

DELETE - ANSWER DELETE FROM
WHERE

,INSERT - ANSWER INSERT INTO
VALUES

DROP VIEW - ANSWER DROP VIEW view_name;

UPDATE - ANSWER UPDATE
SET
WHERE

SET=NULL

SELECT - ANSWER SELECT
WHERE
FROM

CREATE INDEX - ANSWER CREATE INDEX
ON

ALTER - ANSWER ALTER TABLE
ADD/DROP/ CHANGE

TINYINT - ANSWER Signed range: -128 to 127
Unsigned range: 0 to 255

SMALLINT - ANSWER Signed range: -32,768 to 32,767
Unsigned range: 0 to 65,535

MEDIUMINT - ANSWER Signed range: -8,388,608 to 8,388,607
Unsigned range: 0 to 16,777,215

BIGINT - ANSWER Signed range: -263 to 263 -1
Unsigned range: 0 to 264 -1

TRUNCATE - ANSWER Deletes records but keeps table for future use.
Add Column to Table - ANSWER Alter table Table_1
Add column Coulmn_1 Datatype;

Remove Table Column - ANSWER Alter Table Table_1
Drop Column_1;

, Change Column Name - ANSWER Alter Table Table_1
Rename Old_column to New_Column Datatype;

Change Datatype - ANSWER Alter Table Table_1
Modify Column_1 Datatype;

Insert values into table - ANSWER Insert into Table_1 (Column_1,
Column_2, etc)
Values (Column_1_value, Column_2_value, etc),
(Column_1_value_2, Column_2_value_2, etc);

Delete row from Table - ANSWER delete from Table_1 where Value = X

Create Table with Auto Increment and Primary Key - ANSWER Create
Table Table_1(
Column_1 Datatype Auto_Increment NOT NULL Primary Key,
Column_6 Datatype Default 'TX' NOT NULL,
Column_7 DatatypeUnique
);

Create Table with Check - ANSWER Create Table Table_1(
Column_1 Datatype AUTO_INCREMENT Primary Key,
Column_2 Datatype (15) NOT NULL,
Column_3 Datatype check (Column_3 in('Egyptian Arab', 'Holsteiner',
'Quarter Horse', 'Paint', 'Saddlebred')),
Column_4 Datatype check (Height between '10.0' and '20.0'),
Column_5 Datatype check (BirthDate >= '2015,1,1')
);

Create Table with PK and FK - ANSWER create Table LessonSchedule (
HorseID smallInt unsigned NOT NULL,
StudentID smallint unsigned,
LessonDateTime DateTime NOT NULL,
CONSTRAINT PK_Lesson PRIMARY KEY (HorseID, LessonDateTime),
Foreign Key (HorseID) References Horse(ID) ON Delete Cascade,
Foreign Key (StudentID) References Student(ID) On Delete Set NULL
);

Add Column to Table - ANSWER Alter table Table_1
ADD Column Column_1 Datatype;

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

Will I be stuck with a subscription?

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

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

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