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
Exam (elaborations)

WGU D427 DATA MANAGEMENT APPLICATIONS OA EXAM

Rating
-
Sold
-
Pages
4
Grade
A+
Uploaded on
18-02-2026
Written in
2025/2026

WGU D427 DATA MANAGEMENT APPLICATIONS OA EXAM WGU D427 DATA MANAGEMENT APPLICATIONS OA EXAM

Institution
WGU D427 DATA MANAGEMENT APPLICATIONS
Course
WGU D427 DATA MANAGEMENT APPLICATIONS

Content preview

WGU D426/D427 Syntax
Study online at https://quizlet.com/_fx3u8q

1. List all Databases: SHOW DATABASES;
2. List all Tables in a database: USE Database;
SHOW TABLES;
3. List all columns and their properties in a table: SHOW COLUMNS
FROM TableName;
4. Create a Table: CREATE TABLE TableName (
ColumnName1 DataType,
ColumnName2 DataType,
ColumnName3 DataType,
...
);
5. Add a column to a table: ALTER TABLE TableName
ADD ColumnName DataType;
6. Modify a column in a table: ALTER TABLE TableName
CHANGE CurrentColumnName NewColumnName DateType;
7. Remove a column from a table: ALTER TABLE TableName
DROP ColumnName;
8. Aggregate function (single value output): SELECT Function(Column) AS NewColumnName
FROM TableName;
9. Aggregate function (multi-value (summary) output): SELECT LabelsColumn, FUNC-
TION(DataColumn)
FROM TableName
GROUP BY LabelsColumn;
10. Insert new data into a table (all columns): INSERT INTO TableName
VALUES (Value1, Vaule2, Value3....);
11. Insert new data into a table (not all columns): INSERT INTO TableName (Column1, Column2,
Column3....)
VALUES (Value1, Value2, Value3....);
12. Insert multiple rows of data (not all columns): INSERT INTO TableName (Column1, Column2,
Column3....)
VALUES (Value1, Value2, Value3....),

1/4

Written for

Institution
WGU D427 DATA MANAGEMENT APPLICATIONS
Course
WGU D427 DATA MANAGEMENT APPLICATIONS

Document information

Uploaded on
February 18, 2026
Number of pages
4
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

CA$16.49
Get access to the full document:

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

Get to know the seller
Seller avatar
mercymutinda
5.0
(1)

Get to know the seller

Seller avatar
mercymutinda Chamberlain College Of Nursing
Follow You need to be logged in order to follow users or courses
Sold
3
Member since
1 year
Number of followers
0
Documents
661
Last sold
7 months ago

5.0

1 reviews

5
1
4
0
3
0
2
0
1
0

Recently viewed by you

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

Frequently asked questions