AdobeStock_455007340

Always Define Primary Keys

When designing your databases ensure that every table has a primary key so that every row in every table has a column (or set of columns) that uniquely identifies it. While primary keys are not actually required, experienced database designers ensure that every table they create has a primary key so that future data manipulation is possible and manageable. (Applies to: ColdFusion All)

Leave a Reply