1.2 Structured Query Language Flashcards

1
Q

What is Structured Query Language (SQL)?

A

Structured Query Language (SQL) is a high-level computer language for storing, manipulating, and retrieving data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an SQL statement?

A

An SQL statement is a complete command composed of one or more clauses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a clause in SQL?

A

A clause groups SQL keywords like SELECT, FROM, and WHERE with table names like City, column names like Name, and conditions like Population > 100000.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Data Definition Language (DDL)?

A

Data Definition Language (DDL) defines the structure of the database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Data Query Language (DQL)?

A

Data Query Language (DQL) retrieves data from the database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Data Manipulation Language (DML)?

A

Data Manipulation Language (DML) manipulates data stored in a database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Data Control Language (DCL)?

A

Data Control Language (DCL) controls database user access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Data Transaction Language (DTL)?

A

Data Transaction Language (DTL) manages database transactions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly