A(n) _________ database is used to collect, modify, and maintain data on a daily basis.

A. non-relational
B. operational
C. relational
D. analytical


Answer: B

Computer Science & Information Technology

You might also like to view...

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

1) In C++, an exception object can be a user-defined type or any type that is built-into C++ language. 2) In C++ an exception object must be derived from the exception class defined in the standard library. 3) An exception is signaled or raised with the keyword catch followed by an exception object that may be of any C++ type. 4) The context in which the throwing of an exception is detected is the try block.

Computer Science & Information Technology

Class string member function _______ is used for assignment.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A moving average is a ________ of averages computed from parts of a data series

A) total B) combination C) chart D) sequence

Computer Science & Information Technology

Field values appear as #### characters if the column is too wide. _________________________

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

Computer Science & Information Technology