Skip to content

Commit 493df6a

Browse files
update generated appendix.md
1 parent 7516962 commit 493df6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/9-appendix/appendix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ n/a | 3115 | Avoid self-assigning a column. | Minor | | | ✘ | | | |
4949
27 | 3120 | Always use table aliases when your SQL statement involves more than one source. | Major | | | ✘ | | | | |
5050
28 | 3130 | Try to use ANSI SQL-92 join syntax. | Minor | | | ✘ | ✘ | | | |
5151
29 | 3140 | Try to use anchored records as targets for your cursors. | Major | | | ✘ | | ✘ | | |
52-
n/a | 3145 | Avoid using SELECT \* directly from a table or view. | Major | | ✘ | ✘ | | ✘ | | | ✘
52+
n/a | 3145 | Avoid using SELECT * directly from a table or view. | Major | | ✘ | ✘ | | ✘ | | | ✘
5353
n/a | 3150 | Try to use identity columns for surrogate keys. | Minor | | | ✘ | | ✘ | | |
5454
n/a | 3160 | Avoid visible virtual columns. | Major | | | ✘ | | ✘ | | |
5555
n/a | 3170 | Always use DEFAULT ON NULL declarations to assign default values to table columns if you refuse to store NULL values. | Major | | | | | ✘ | | |

0 commit comments

Comments
 (0)