Case-Based Critical Thinking QuestionsCase 1Professor Trapani has created a series of word problems which his students need to express using comparison operators.

Dr. Trapani wants students to identify all records in their databases that have a creation date after January 15, 2009. Assuming that the variable name is CreationDate, what is the condition?

A. CreationDate > 01/15/2009
B. CreationDate >= 01/15/2009
C. CreationDate >= #01/15/2009#
D. CreationDate > #01/15/2009#

Answer: D

Computer Science & Information Technology

You might also like to view...

Access commands and tasks can only be initiated manually

Indicate whether the statement is true or false

Computer Science & Information Technology

To add a word, space, or character in a concatenated field, it should be surrounded by ________

A) square brackets ( [] ) B) plus signs (++) C) parentheses ( () ) D) quotation marks ( "" )

Computer Science & Information Technology