A(n) ______ database stores data in tables that consist of rows and columns.

A. multidimensional
B. relational
C. data warehouse
D. distributed


Answer: B

Computer Science & Information Technology

You might also like to view...

It is worthwhile to write a loop to do a repetitive task when there are

a. 2 or more tasks b. more than 3–5 tasks c. more than 8–10 tasks d. 20 or more tasks

Computer Science & Information Technology

The following code displays ___________.

``` double temperature = 50; if (temperature >= 100) System.out.println("too hot"); else if (temperature <= 40) System.out.println("too cold"); else System.out.println("just right"); ``` a. too hot b. too cold c. just right d. too hot too cold just right

Computer Science & Information Technology

The process of installing a large structured cabling system is so simple and logical that even a novice network tech can do it, following the published guidelines.

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

Computer Science & Information Technology

Other than a DoS attack, what could cause a company’s webserver crash?

A. Normal expected traffic B. Encrypting traffic C. Referrals from large sites D. Hashing traffic

Computer Science & Information Technology