Lesson 11: SQL Views Flashcards

1
Q

View

A

A virtual table consisting of rows and columns. A view does not store the data and will display selected data from the underlying base table(s).

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

Virtual Table

A

A table with columns and rows that does not store data.

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

Base Table

A

The underlying table that stores the data in a database.

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

Temporary (Temp) Table

A

A table that is available only temporarily for a certain time. It then goes away as if it never existed.

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

Database Security

A

The measures taken to protect and secure a database and the data from unauthorized users.

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

Database Access

A

The users that are authorized will be given permission to have access to certain parts of the database. Each user may have a different access depending on their data needs and responsibility in the organization.

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

CREATE VIEW

A

The SQL statement used to create a view.

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

CREATE OR ALTER VIEW

A

The SQL statement used to update a view.

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

DROP VIEW

A

The SQL statement used to delete a view

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