Question

In Microsoft Access, the statement used to retrieve all the jobs with JobID greater than 5 and less than 8, displaying only JobIDs and associated dates, would be which of the following?
a) Select JobID, Date From Job Where JobID between 5 and 8
b) Select JobID, Date From Job Where JobID >5 And <8
c) Select JobID, Date From Job Where JobID >=5 and <=8
d) Select JobID, Date From Job Where JobID 5 and 8

Answer

This answer is hidden. It contains 1 characters.