Column Naming Conventions
Column Naming Convention I like lower case with underscores: company_id, first_name, telephone_nbr, booking_ref This is Uncle Joe Celko’s convention as stated in SQL Programming Style (Morgan Kaufmann, 2005), and I accept his justification that Invoices.invoice_nbr is more readable than Invoices.InvoiceNbr in a dense melee of … Continue reading →