Chapter 18 Study Questions Flashcards

1
Q

The _________ statement is used to create a database user that has no Privileges.

A

create user

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

The __________ a user has to work with a database control the operations that the user can perform on the database.

A

privileges

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

Use the ______ statement to set up privileges for each users

A

grants

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

The __________ statement allows one to view the privileges for a user.

A

show grants

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

Privileges for working with the data in a database are typically given to _________.

A

all users

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

Privileges for modifying the structure of a database are typically given to _______________________________.

A

administrators and programmers

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

_________________ allow the user to create and work with database objects such as tables, views and stored procedures.

A

Object privileges

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

________________ allow the user to create users, grant privileges, and manage operations on the server.

A

administrative privileges

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

To see a list of available privileges and their definitions use the _______________ statement.

A

show privileges

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

______ privileges provide a user access to all databases and tables.

A

Global

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

________ privileges provide a user access to all tables in a specific database.

A

database

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

_____ privileges provide a user access to all columns in a specific table.

A

table

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

______ privileges provide a user access only to specific columns in specific tables.

A

columns

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

Use the ___________ statement to change the name of a user.

A

rename user

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