Because SQL has a built-in method to handle default values (see Default Value Control Phrases ), no special coding is required. If no defaults are specified for a column and the column is not defined as NOT NULL, SQL inserts nulls to represent any information missing from an INSERT request.