In SQL, what does the MULTI_USER option do?
-
Allows one user at a time to connect to the DB
-
Allows some members to access the DB
-
Allows users with correct permissions to connect
-
Allows only the system admins to connect
EXPLANATION
A multiuser environment is one in which other users can connect and make changes to the same database that you are working with.
As a result, several users might be working with the same database objects at the same time. ... A key issue when working with databases in a multiuser environment is access permissions.
0 comments:
Post a Comment