Tag: sql
All the articles with the tag "sql".
-
PostgreSQL Query and Command Snippets
A practical collection of PostgreSQL queries and commands for common database administration tasks, performance tuning, and maintenance operations.
-
Dynamic SQL queries: string concatenation vs SqlKata
A comparison of approaches to building dynamic SQL queries in .NET applications, contrasting string concatenation with SqlKata's query builder for safer and more maintainable code.