Using {curly braces} is less error-prone
Read more
RETURN should be used to terminate a database query or a stored procedure
Read more
Avoid using risky patterns too frequently
Read more
Native Dynamic SQL is easier to use than DBMS SQL.
Read more
End keyword highlights end of execution
Read more
A Return Statement in the middle of a command makes it unreadable
Read more
Mixing DDL & DML operations can cause recompilation
Read more
Object Qualification improves readability
Read more
Conditional expressions should not be too complex
Read more