COMPUTER FUNDAMENTALS

COMPUTER APPLICATIONS

DATABASE MANAGEMENT SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In validating our data entry at MS Access using (999) 000-0000. 999 means encoding data is
A
Optional
B
Mandatory
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Regex [0-9]9, 12 is used to check for only digits (0-9) between 9 to 12 digits length. If the Regex does not match the Field the validation rule will throw error.

Detailed explanation-2: -Accept Or Reject will only allow “Accept” or “Reject“ >=0 number cannot be negative. >=Date() date cannot be in the past.

There is 1 question to complete.