Why is an Access database called a relational database?

a. Access tables can have multiple rows.
b. Access tables can connect to other tables.
c. Access databases can have multiple tables.
d. Access databases can share data with other programs.


Answer: b. Access tables can connect to other tables.

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. Like operator |, union augmented assignment |= performs a set union opera-tion, but |= doesn’t modify its left operand. b. The set type’s update method performs a union operation modifying the set on which it’s called—the argument can be any iterable. c. Other mutable set methods are intersection augmented assignment &=, dif-ference augmented assignment -= and symmetric difference augmented as-signment ^=. Their corresponding methods with iterable arguments are in-tersection_update, difference_update and symmet-ric_difference_update. d. All of the above statements are true.

Computer Science & Information Technology

Users can change their own passwords by typing passwd with ____ to specify the username.

A. a less than symbol B. two spaces C. no argument D. their UID

Computer Science & Information Technology

If you wanted to just display the year in a date field, you would use which function?

A) YearPart B) PartDate C) DatePart D) Date

Computer Science & Information Technology

Audio communication is the way you convey a message without saying a word. _________________________

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

Computer Science & Information Technology