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 Data Management - Applications - C170 OA GSA1 (updated with complete solutions.)

Rating
-
Sold
-
Pages
2
Grade
A+
Uploaded on
20-08-2022
Written in
2022/2023

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; 00:08 01:11 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, .... ); Set Primary Key CREATE TABLE Persons ( ID int NOT NULL, LastName varchar(255) NOT NULL, FirstName varchar(255), Age int, PRIMARY KEY (ID) ); Set Foreign Key CREATE TABLE Orders ( OrderID int NOT NULL, OrderNumber int NOT NULL, PersonID int, PRIMARY KEY (OrderID), FOREIGN KEY (PersonID) REFERENCES Persons(PersonID) );

Show more Read less
Institution
Course

Content preview

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

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

Delete Row - Answer DELETE FROM table_name
WHERE condition;

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

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

Concatenate - Answer CONCAT(Col1, Col2) AS NewColumnName;

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

Create Database - Answer CREATE DATABASE databasename;

Drop Database - Answer DROP DATABASE databasename;

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

Set Primary Key - Answer CREATE TABLE Persons (
ID int NOT NULL,
LastName varchar(255) NOT NULL,
FirstName varchar(255),
Age int,

Written for

Course

Document information

Uploaded on
August 20, 2022
Number of pages
2
Written in
2022/2023
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$9.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
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.
EvaTee Phoenix University
Follow You need to be logged in order to follow users or courses
Sold
5213
Member since
4 year
Number of followers
3568
Documents
55870
Last sold
1 hour ago
TIGHT DEADLINE? I CAN HELP

Many students don\'t have the time to work on their academic papers due to balancing with other responsibilities, for example, part-time work. I can relate. kindly don\'t hesitate to contact me, my study guides, notes and exams or test banks, are 100% graded

3.8

951 reviews

5
453
4
167
3
173
2
48
1
110

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

Working on your references?

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

Working on your references?

Frequently asked questions