IT Questions and Answers :)

Friday, December 6, 2019

In SQL, what does the MULTI_USER option do?

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 
In SQL, what does the MULTI_USER option do?

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.

Share:

0 comments:

Post a Comment

Popular Posts