Lesson 11 Flashcards

1
Q

View

A

A virtual table consisting of rows and columns that does not store the data.

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

Base Table

A

The underlying table, that stores, the data and a database.

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

Temporary (Temp) Table

A

A table that is available only temporarily, for a certain time.

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

Database Security

A

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
5
Q

Database Access

A

Users that are authorized will be given permission to have access to certain parts of the database.

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

CREATE VIEW

A

SQL statement used to create a
View.

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

CREATE OR ALTER VIEW

A

SQL statement used to update a view.

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

DROP VIEW

A

SQL statement used to delete a view.

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