Question : If I share a Google Spreadsheet with someone, I will share a link like this: https://docs.google.com/spreadsheets/d/1UL0Aii1aaErbUm6pdmZ_D9dsqx2p3BPZ5GHxz7TH37M/edit This means […]
Tag: naming-convention
What does the “wi” stand for in SQL Azure Automatic Index Naming? [closed]
Question : Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the […]
Standard naming for a credential systems
Question : Is there a standard naming convention in regards to credential oriented systems? (Logins) The only one I could […]
Why WordPress use a column prefix? [closed]
Question : Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the […]
Should I call my UUID primary key column ID or not?
Question : I’m working on a database design that extensively uses UUIDs for PRIMARY KEYs. However, this confronts me with […]
T-SQL Naming Standard
Question : Is there a recommended (official or not) style from Microsoft regarding naming and casing in T-SQL? If there […]
Should I not use camelCase in my column names?
Question : I am creating a GraphQL API using Node.js, which foces me to return all the field names in […]
Is adding the ‘tbl’ prefix to table names really a problem?
Question : I’m watching some Brent Ozar videos (like this one, for instance) and he suggests not prefixing tables with […]
Comparing SQL binary data types
Question : I am curious if there are any major differences with performance and/or conventionality regarding which binary data types […]
What is the significance of the trailing dollar sign `$` on identifiers in SQL Server?
Question : Dumping some internal views, such as sys.system_objects as done in this question I see that some identifiers end […]