Chapter 18 Study Questions Flashcards
The _________ statement is used to create a database user that has no Privileges.
create user
The __________ a user has to work with a database control the operations that the user can perform on the database.
privileges
Use the ______ statement to set up privileges for each users
grants
The __________ statement allows one to view the privileges for a user.
show grants
Privileges for working with the data in a database are typically given to _________.
all users
Privileges for modifying the structure of a database are typically given to _______________________________.
administrators and programmers
_________________ allow the user to create and work with database objects such as tables, views and stored procedures.
Object privileges
________________ allow the user to create users, grant privileges, and manage operations on the server.
administrative privileges
To see a list of available privileges and their definitions use the _______________ statement.
show privileges
______ privileges provide a user access to all databases and tables.
Global
________ privileges provide a user access to all tables in a specific database.
database
_____ privileges provide a user access to all columns in a specific table.
table
______ privileges provide a user access only to specific columns in specific tables.
columns
Use the ___________ statement to change the name of a user.
rename user