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...

A modem converts digital data into an analog signal so that the data can be transmitted over a phone line

Indicate whether the statement is true or false

Computer Science & Information Technology

In a three-tier architecture, the ____ tier contains the logic and calculations.

A. business B. persistence C. presentation D. validation

Computer Science & Information Technology