
PRG REVISION Quiz
Authored by Ntombi Ngcwangu
Information Technology (IT)
12th Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
37 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What is a system privilege?
The ability to change rows of data in a table
A group of privileges assigned to users
The right to perform a task in the database
A command to create a new user
Answer explanation
A system privilege refers to the right to perform a specific task in the database, such as creating users or managing data. This distinguishes it from other options, which describe actions or groups of privileges.
2.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Which command is used to create a new user in the database?
DROP USER
ALTER USER
CREATE USER
GRANT USER
Answer explanation
The command 'CREATE USER' is specifically designed to add a new user to the database. In contrast, 'DROP USER' removes a user, 'ALTER USER' modifies an existing user, and 'GRANT USER' is not a valid command.
3.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What does the CASCADE option do when dropping a user?
Removes the user and all objects they own
Changes the user's password
Only removes the user account
Grants privileges to the user
Answer explanation
The CASCADE option when dropping a user removes not only the user account but also all objects they own, ensuring that no orphaned objects remain in the database.
4.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What is the purpose of the GRANT command?
To provide privileges to database objects
To remove privileges from users
To create new database objects
To log in to the database
Answer explanation
The GRANT command is used to provide privileges to users on database objects, allowing them to perform specific actions. This makes the first choice the correct answer, as it directly relates to granting access rights.
5.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What does the REVOKE command do?
Grants new privileges to a user
Creates a new role
Changes a user's password
Withdraws user privileges on database objects
Answer explanation
The REVOKE command is used to withdraw user privileges on database objects, effectively removing access rights that were previously granted.
6.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What is a role in the context of database privileges?
A group of privileges
A command to create users
A single privilege
A type of database object
Answer explanation
In database management, a role is defined as a group of privileges that can be assigned to users. This allows for easier management of permissions, as multiple privileges can be bundled together under a single role.
7.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
How can you grant privileges to multiple users at once?
By using the GRANT command for each user
By creating multiple user accounts
By using the REVOKE command
By creating a role and assigning it to users
Answer explanation
The correct way to grant privileges to multiple users at once is by creating a role and assigning it to those users. This method simplifies privilege management compared to granting privileges individually.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Microsoft
or continue with
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?