Skip to main content

Questions tagged [sql-domain]

2 votes
2 answers
376 views

Is it better to check for allowed domain values on the frond end or let the database engine handle the domain integrity. For example If you have a data entry form for employee, is it better to check ...
Irfarino's user avatar
  • 123
15 votes
7 answers
938 views

The SQL92 and SQL99 standards define CREATE DOMAIN DDL constructs. Not all databases support this, or have a different name for it (SQL Server has User Defined Types, for example). These allow one to ...
Oded's user avatar
  • 53.8k