Which of the following is a database that stores data in tables that consist of rows and columns?

A. object-oriented
B. tabular
C. relational
D. attribute-based


Answer: C

Computer Science & Information Technology

You might also like to view...

Suppose this is embedded in an otherwise correct and complete program. Which version of f() will be called?

Suppose class D is derived from class B, and class B has a public member function whose declaration is void f();. Suppose class D has its version of the function, void f(). Here is a pointer definition and an access to a member function.. ``` B* bPtr = new D; BPtr->f(); ``` a) D::f() b) B::f() c) This is illegal. You can’t assign a D object to a variable of type pointer to B.

Computer Science & Information Technology

You use the ____ keyword to declare a class-level structure variable.

A. Public B. Dim C. Private D. Static

Computer Science & Information Technology

The lightest notebook computers, which weigh less than 3 pounds, are equipped with a(n) ____-inch display.

A. 8 B. 11.6 C. 13.5 D. 14.9

Computer Science & Information Technology

A noncompetitive MMOG is sometimes called a ____.

A. nanoverse B. metaverse C. miniverse D. microverse

Computer Science & Information Technology