Section 1

Preview this deck

CREATE TABLE

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (10)

Section 1

(10 cards)

CREATE TABLE

Front

creates a new table, Being a host for a plethora of new databases and values

Back

SELECT

Front

extracts data from a database, creating a void where the programmer can type the rest of the formula

Back

DELETE

Front

deletes data from a database, removing a number or element from said database

Back

CREATE DATABASE

Front

creates a new database, or a value that can be modified and changed universally

Back

UPDATE

Front

updates data in a database, changing the values in the code causing the database to be a universal changing element

Back

DROP INDEX

Front

deletes an index, Keeping the data of specified elsewhere.

Back

INSERT INTO

Front

inserts new data into a database, Creating a new element with a value attached

Back

ALTER DATABASE

Front

modifies a database, Changing the designated value attached to a different

Back

DROP TABLE

Front

deletes a table, Removing an organizational technique but keeping the variables as long as they were designated elsewhere.

Back

CREATE INDEX

Front

creates an index (search key), morphing data into a workable form of a umber that can either be displayed or modified at will

Back