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
You might also like to view...
Which of the following is a characteristic of the parallel approach to information security?
A. Compliance is discretionary. B. Security is the responsibility of the IT department. C. Little or no organizational accountability exists. D. All the above.
public HourlyEmployee(char dept, double rate, int hours) { ? ---- code here ---- ? } ? ?Given the overloaded constructor above, write the appropriate statement that calls the superclass constructor and passes the indicated arguments to the superclass constructor.
What will be an ideal response?