100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.6 TrustPilot
logo-home
Exam (elaborations)

WGU Data Management - Applications - C170 OA GSA1

Rating
-
Sold
-
Pages
2
Grade
A+
Uploaded on
22-05-2024
Written in
2023/2024

WGU Data Management - Applications - C170 OA GSA1 Add New Row INSERT INTO table_name (column1, column2, ...) VALUES (value1, value2, value3, ...); Update Row UPDATE table_name SET column1 = value1, column2 = value2, ... WHERE condition; Delete Row DELETE FROM table_name WHERE condition; Inner Join SELECT column_name(s) FROM table1 INNER JOIN table2 ON n_name = n_name; CREATE VIEW CREATE VIEW viewname AS SELECT Col1, Col2 FROM table WHERE condition; Concatenate CONCAT(Col1, Col2) AS NewColumnName; Create Index CREATE INDEX index_name ON table_name (column1, column2, ...); Create Database CREATE DATABASE databasename; Drop Database DROP DATABASE databasename; Create Table CREATE TABLE table_name ( column1 datatype, column2 datatype, column3 datatype, .... );

Show more Read less
Institution
Course








Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Course

Document information

Uploaded on
May 22, 2024
Number of pages
2
Written in
2023/2024
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

WGU Data Management - Applications - C170 OA
GSA1
Add New Row
INSERT INTO table_name (column1, column2, ...)
VALUES (value1, value2, value3, ...);


Update Row
UPDATE table_name
SET column1 = value1, column2 = value2, ...
WHERE condition;


Delete Row
DELETE FROM table_name
WHERE condition;


Inner Join
SELECT column_name(s)
FROM table1
INNER JOIN table2
ON table1.column_name = table2.column_name;


CREATE VIEW
CREATE VIEW viewname AS
SELECT Col1, Col2
FROM table
WHERE condition;


Concatenate
CONCAT(Col1, Col2) AS NewColumnName;


Create Index
CREATE INDEX index_name
ON table_name (column1, column2, ...);


Create Database
CREATE DATABASE databasename;


Drop Database
DROP DATABASE databasename;


Create Table
CREATE TABLE table_name (
column1 datatype,
column2 datatype,
column3 datatype,
....
);

Get to know the seller

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.
LectAziim Teachme2-tutor
Follow You need to be logged in order to follow users or courses
Sold
21
Member since
2 year
Number of followers
13
Documents
4143
Last sold
3 months ago
Dont stress yourself on study materials .LectAziim got it all

"Unlock your potential with our online writing store! Discover expert guidance, personalized feedback, and tools for every writer's journey. From crafting compelling essays to mastering creative storytelling, our platform offers interactive courses, one-on-one coaching, and resources tailored to your goals. Start writing your success story today with us!"

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