Microsoft Access Database Question:
Download Job Interview Questions and Answers PDF
State some criteria s and their effects on a database?
Answer:
It is possible to enter one or more criteria in the rows which can affect your database significantly.
>=”Callahan” this returns all the various records from Callahan to the end of the alphabet.
Date() This field returns all the data pertaining to the current date.
‘’’’ This is used when you want to know all records which contain zero length string. This can be useful to know whether your customers have fax numbers or so.
>=”Callahan” this returns all the various records from Callahan to the end of the alphabet.
Date() This field returns all the data pertaining to the current date.
‘’’’ This is used when you want to know all records which contain zero length string. This can be useful to know whether your customers have fax numbers or so.
Download Microsoft Access Interview Questions And Answers
PDF
Previous Question | Next Question |
State some of the uses append query? | Detail about how you can import a sharepoint list? |