Which type of database would be best to handle unstructured data?

a. relational database
b. object-oriented database
c. multidimensional database
d. all of the above

B

Computer Science & Information Technology

You might also like to view...

Which statement is true?

a) strtok modifies the input string. b) strtok makes a backup copy of the input string. c) The first argument of each call to strtok is the string being to-kenized. d) strtok works only with a set of four predefined delimiters.

Computer Science & Information Technology

How many bytes of memory are used in MS Visual C++ for the datatype float ?

A. 1 B. 4 C. 8 D. 2

Computer Science & Information Technology