Database Management > QUESTIONS & ANSWERS > WGU Data Management - Applications - C170 OA GSA1 (All)

WGU Data Management - Applications - C170 OA GSA1

Document Content and Description Below

Add New Row Ans- INSERT INTO table_name (column1, column2, ...) VALUES (value1, value2, value3, ...); Update Row Ans- UPDATE table_name SET column1 = value1, column2 = value2, ... WHERE condition;... Delete Row Ans- DELETE FROM table_name WHERE condition; Inner Join Ans- SELECT column_name(s) FROM table1 INNER JOIN table2 ON table1.column_name = table2.column_name; CREATE VIEW Ans- CREATE VIEW viewname AS SELECT Col1, Col2 FROM table WHERE condition; Concatenate Ans- CONCAT(Col1, Col2) AS NewColumnName; Create Index Ans- CREATE INDEX index_name ON table_name (column1, column2, ...); Create Database Ans- CREATE DATABASE databasename; Drop Database Ans- DROP DATABASE databasename; Create Table Ans- CREATE TABLE table_name ( column1 datatype, column2 datatype, column3 datatype, .... ); Set Primary Key Ans- CREATE TABLE Persons ( ID int NOT NULL, LastName varchar(255) NOT NULL, FirstName varchar(255), Age int, PRIMARY KEY (ID) ); Set Foreign Key Ans- CREATE TABLE Orders ( OrderID int NOT NULL, OrderNumber int NOT NULL, PersonID int, PRIMARY KEY (OrderID), FOREIGN KEY (PersonID) REFERENCES Persons(PersonID) [Show More]

Last updated: 2 years ago

Preview 1 out of 2 pages

Buy Now

Instant download

We Accept:

We Accept
document-preview

Buy this document to get the full access instantly

Instant Download Access after purchase

Buy Now

Instant download

We Accept:

We Accept

Reviews( 0 )

$9.00

Buy Now

We Accept:

We Accept

Instant download

Can't find what you want? Try our AI powered Search

114
0

Document information


Connected school, study & course


About the document


Uploaded On

Feb 13, 2023

Number of pages

2

Written in

Seller


seller-icon
Native

Member since 3 years

7 Documents Sold

Reviews Received
0
0
0
0
1
Additional information

This document has been written for:

Uploaded

Feb 13, 2023

Downloads

 0

Views

 114

Document Keyword Tags


$9.00
What is Scholarfriends

In Scholarfriends, a student can earn by offering help to other student. Students can help other students with materials by upploading their notes and earn money.

We are here to help

We're available through e-mail, Twitter, Facebook, and live chat.
 FAQ
 Questions? Leave a message!

Follow us on
 Twitter

Copyright © Scholarfriends · High quality services·