Database
Database Naming Convention
Why use a database naming convention? Ever worked on databases that had some tables and columns with underscores for word separators and others without? How about primary keys named ‘id’ on one table and another table its the name of the table followed by ‘_id’? And function names that don’t Read more…