1 |
Why are validation rules used in a database? |
- A. Ensure correct data is entered
- B. To avoid typing errors
- C. Both A and B
- D. Neither A nor B
|
2 |
Which criteria can be used to find four-character name that starts with H? |
- A. H*4
- B. H?4
- C. H???
- D. H####
|
3 |
Which data type can be used to define a field that consists on only numbers to be used in calculations? |
- A. Text
- B. Memo
- C. Number
- D. Date/Time
|
4 |
Which key is used to move form field to field in Table window of Datasheet view? |
- A. Tab
- B. Esc
- C. Enter
- D. Spacebar
|
5 |
Which data type can be used to create a sequential number for each record that can also serve as primary key? |
- A. Number
- B. Memo
- C. AutoNumber
- D. Currency
|
6 |
If for each entity in B there is only one related entity in A then the relationship between the entities is |
- A. One to one
- B. One to many
- C. Many to many
- D. None
|
7 |
Dummy question 2 |
|
8 |
How many types of relationship can be used? |
|
9 |
The name of actual and formal parameters |
- A. May or may not be same
- B. Must be same
- C. Must be different
- D. Must be in lowercase
|
10 |
Which of the following is true about a function call |
- A. Stop the execution of the program
- B. Transfer control to the called function
- C. Transfer control to the main function
- D. Resumes the execution of the program
|