Hi Kurt, if your database enforces referential integrity through primary and foreign key constraints, do not apply these naming conventions to columns used as primary or foreign keys. This is because altering column names to include prefixes might break the existing constraints and relationships defined in your database schema. If your database doesn’t enforce referential integrity (there are no primary or foreign key constraints), it’s recommended using naming conventions. But if your database enforces referential integrity, maintain the original column names to preserve these relationships.