Questions tagged [sql-domain]
The sql-domain tag has no summary.
2 questions
2 votes
2 answers
376 views
Domain integrity check in application
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 ...
15 votes
7 answers
938 views
To Domain or not to Domain
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 ...