7.7 Introduction to SQL Flashcards

1
Q

SQL stands for

A

Structured Query Language

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

What is SQL used for?

A

A language which can be used to create, query and add data to databases

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

SQL syntax for querying a database

A

SELECT … FROM … WHERE …

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

What does the wild card “*” do?

A

Selects all columns

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

BETWEEN

A

Includes a range for the query

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

LIKE

A

Searches for a pattern in the table

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

ORDER BY

A

Allows a query to sort data by ascending or descending order

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