We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53e94f commit ae8325cCopy full SHA for ae8325c
Part2. Basics./Tutorial-1.MD
@@ -25,7 +25,8 @@ Example of a table:
25
26
### SQL Syntax
27
28
-Every action in PostgreSQL is performed by some SQL statement. Every statement <u>must be separated</u> by semicolon: `;`
+- Every action in PostgreSQL is performed by some SQL statement.
29
+- Every statement <u>must be separated</u> by semicolon: `;`
30
31
**Most common SQL** statements are written in the following format:
32
0 commit comments