Well, actually, no, it does not. ``` sqlite> select ...> 1 ...> ; select ...> 2 ...> ; ┌───┐ │ 1 │ ├───┤ │ 1 │ └───┘ ┌───┐ │ 2 │ ├───┤ │ 2 │ └───┘ ``` The last line is a ; followed by a buggyfull of spaces, so the ; is not a "terminating" symbol. It is the last symbol of significance, but it is not a "trailing semicolon".