SQL Basics and Commands

SQL Basics and Commands

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Daniel Fox

FREE Resource

Student preview

quiz-placeholder

17 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is SQL?

Back

Structured Query Language (SQL) is a computer language that makes relational databases work.

2.

FLASHCARD QUESTION

Front

What does CRUD stand for in database tasks?

Back

CRUD stands for Create, Read, Update, and Delete.

3.

FLASHCARD QUESTION

Front

What is the purpose of the CREATE TABLE command?

Back

The CREATE TABLE command can add a new table to an existing database.

4.

FLASHCARD QUESTION

Front

What does the ALTER TABLE command do?

Back

ALTER TABLE is used to add, change, or remove fields on an existing table and define primary and foreign keys.

5.

FLASHCARD QUESTION

Front

What is the function of the DROP TABLE command?

Back

The DROP TABLE command deletes an entire table, including all the data stored in it.

6.

FLASHCARD QUESTION

Front

How do you start a new database in SQL?

Back

Use the CREATE DATABASE command to begin a brand-new database.

7.

FLASHCARD QUESTION

Front

What does the CREATE VIEW command do?

Back

The CREATE VIEW command creates a virtual table populated from an SQL statement result-set.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?