The privilege ____ can be granted to change data.

A. WRITE
B. UPDATE
C. ALTER
D. READ AND WRITE


Answer: B

Computer Science & Information Technology

You might also like to view...

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

1. An overloaded operator= function must be a non-static class member 2. An overloaded operator[] must be a non-static class member. 3. The operator prefix operator ++ is an l-value, and the text asserts that we should emulate this with operator overloads by returning a reference from prefix versions of operator++. 4. An operator overloading is essentially a function that uses a different syntax for invocation.

Computer Science & Information Technology

What is Syntax highlighting?

What will be an ideal response?

Computer Science & Information Technology

Many of the components inside a computer generate a great deal of heat. Without proper cooling, a computer could overheat and malfunction.

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

Computer Science & Information Technology

Define the client of a class?

What will be an ideal response?

Computer Science & Information Technology