Database Standard Review Checklist

High Always attempt to use the smallest and most appropriate data type to store the application’s numeric information. Don’t use an int when a smallint will do. Medium When adding a new field to an existing table or when creating a new table, “Description” field in the column properties should be used to describe what the field contains. ................
................