177k views
5 votes
A data ________ rule would prevent a user from entering text in a date/time field.

User Samuel DR
by
8.2k points

2 Answers

6 votes
The answer is a Database
User Diones
by
7.6k points
1 vote

Answer:

A data validation rule would prevent a user from entering text in a date/time field.

Step-by-step explanation:

Data validation is used to ensure the entered data is in correct format. Validating is checking the meaning, format, security of the system. This validation will be implemented in the software programs as part of design and operations phase of the software development life cycle. They can be designed through data integrity, procedure-based business rules.

There are different types of validations based on the requirements of the software specifications like date/time, data type, range, uniqueness etc. This process of validation is followed by verification where various actions like advisory, enforcement, etc., take place.

User Sreeni
by
8.5k points