Skip to content

Opening book details…

About this document

SQL Reserved Words and Coding Standards by Kevin Suhartono is a document available to read on EtoBox.

The document provides SQL coding conventions for Drupal developers. Key points include: - Do not use SQL reserved words for column or table names to avoid compatibility issues. - Make SQL reserved words uppercase and other identifiers like columns lowercase. Enclose table names in curly brackets. - Use placeholders for user-supplied data and arguments in queries to prevent SQL injection. - Name constraints explicitly to avoid confusing system-generated names. Use singular nouns for table names. - Co

Author
Kevin Suhartono
Language
EN