Which of the following is NOT a task users should be able to perform when using the database?

A) Enter data
B) Edit data
C) Delete data
D) Modify objects

D

Computer Science & Information Technology

You might also like to view...

The ____ operation removes the first element from the deque object deq.

A. deq.front() B. deq.push_front() C. deq.pop_front() D. deq.push()

Computer Science & Information Technology

NTFS (the Windows NT file system) allocates a disk volume’s space in __________.

a. sectors b. clusters c. cylinders d. tracks

Computer Science & Information Technology