SQL naming conventions
SQL naming conventions This article is for standards for the SQL naming convention. I listed all basic which I found useful. May this will benefit you too. Databases and Files The database name should accurately reflect the database content and function. Use the Pascal case structure for database names. E.g., Northwind Use both upper and lower …