Case Based Critical Thinking QuestionsCase 10-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...

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

1. An input stream is a stream of data flowing from your program, either to a file, or to the keyboard. 2. An output stream is a stream of data flowing from your program, to a file, a device of some sort such as the screen.

Computer Science & Information Technology

Which of the following statements is true?

a. Ranges of characters can be represented by placing a ~ between two characters. b. [^Z] is the same as [A~Y]. c. Both “A*” and “A+” will match “AAA”, but only “A*” will match an empty string. d. All of above.

Computer Science & Information Technology

You should place sparklines close to the charts containing the data they illustrate.

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

Computer Science & Information Technology

The ____ is the horizontal line at the base of the chart that shows categories.

A. title axis B. z-axis C. x-axis D. y-axis

Computer Science & Information Technology