The most common database objects are:
A) tables, queries, forms, and reports. B) tables, relationships, and panes.
C) tables, queries, and relationships. D) tables, panes, and property sheets.
A
You might also like to view...
You are designing a loop that is to exit only if the values of both x and y are 0. Which of the following would you use for your loop repetition condition?
a. x != 0 && y != 0 b. x != 0 || y != 0 c. !(x != 0) || !(y != 0) d. x == 0 && y != 0
With C++11 and higher what data type can you use to guarantee that 32 bits will be used to store a signed integer?
What will be an ideal response?
A ________ key is a field that is the primary key in another table
Fill in the blank(s) with correct word
The number 5678.31567 with two digits specified in the ROUND function displays as ________
Fill in the blank(s) with the appropriate word(s).