Skip to main content

A lot of validations could be replaced with just in time checks. For example when using a reserved keyword upon creating a table, domain or column the check could be performed at that moment. This not only saves time during development but also saves the amount of time needed for checking validations. 

NewOpen