SQL
Body
Changes to Drupal coding standards are proposed and discussed in issues in the Coding Standards project.
SQL best practices for Drupal.
SQL coding conventions
Reserved Words, capitalisation and user-supplied data, naming, configuring DB server for standards compliance
List of SQL reserved words
Reference list of SQL reserved words
Avoid "SELECT * FROM ..."
Standard explaining why not to use a certain form of SELECT queries
Knowledge Category