Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Sunday, September 3, 2017

The Basics of Good T-SQL Coding Style – Part 3: Querying and Manipulating Data

SQLServerCentral.com Articles
The Basics of Good T-SQL Coding Style – Part 3: Querying and Manipulating Data

SQL was designed to be a third-generation language, expressed in syntax close to real language, because it was designed to be easy for untrained people to use. Even so, there are ways of expressing SQL Queries and data manipulation in ways that make it easier for the database engine to turn into efficient action. and easier for your colleagues to understand. Robert Sheldon homes in on data querying and manipulation and makes suggestions for team standards in SQL Coding.

No comments: