What is not true about opening a database in exclusive mode?

A) It is the default mode when opening a database.
B) It must be used to add a password to a database.
C) It ensures that you are the only one using the database at the moment.
D) It must be used to add encryption to a database.


A

Computer Science & Information Technology

You might also like to view...

Which of the following is the proper way to access the frame "second" from the script of an outside document?

Consider the following HTML document. ``` Frames collection ``` a. ``` document.frames( "second") ``` b. ``` document.frames( second ) ``` c. ``` parent.frame( "second" ) ``` d. ``` parent.frames( " second" ) ```

Computer Science & Information Technology

Surrounding text with the ________ element will create a paragraph

Fill in the blank(s) with correct word

Computer Science & Information Technology

A high-angle is a tightly framed shot showing the details of a subject, such as an image of a person's face.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

You cannot nest more than one IF function to test for multiple outcomes. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology