Case Based Critical Thinking QuestionsCase 17-1Maxwell has developed a Movies database. He presented his design to his class, and some of his listeners had questions.Here is one of the tables Maxwell showed to the audience.
Kyra asks how to select all movies that received an award between 1940 and 1955. Maxwell tells her that the query criteria for the Award Year field should be: _____.
A. >= 1940 AND <= 1955
B. >= 1940 OR <= 1955
C. = 1940 AND = 1955
D. HIGHER THAN 1940 AND LOWER THAN 1955
Answer: A
Computer Science & Information Technology
You might also like to view...
In a For statement of the form shown below, what is the default step value when the "Step c" clause is omitted?
For i As Integer = a To b Step c (A) the same as a (B) the same as b (C) 0 (D) 1
Computer Science & Information Technology
Variables used to store integer values should be declared with the keyword.
a) integer b) int c) intvariable d) None of the above.
Computer Science & Information Technology
Which selection option would you use to make just one choice in a dialog box?
A) option button B) Enter key C) check box D) text box
Computer Science & Information Technology
When you create a new channel using the Channels panel, by default it becomes a(n) ____ channel.
a. transparent b. alpha c. overlay d. color
Computer Science & Information Technology