Skip to content

Commit de3ed34

Browse files
committed
Correct characters
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
1 parent 50a30de commit de3ed34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/workshop/db2i/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ The naming mode used for your SQL is a configuration option that you should stri
214214
<CardGrid>
215215
<Card>
216216

217-
* **System naming** - The '/' character is used to separate the library or schema name from the table or view name. Using system naming allows the user to leverage the library list (*LIBL) as the mechanism to resolve unqualified object names. System naming is unique to Db2 for i.
218-
* **SQL naming** - The '.' character is used to separate the library or schema name from the table or view name. SQL naming is based upon the SQL standard.
217+
* **System naming** - The `/` (forward-slash) character is used to separate the library or schema name from the table or view name. Using system naming allows the user to leverage the library list (*LIBL) as the mechanism to resolve unqualified object names. System naming is unique to Db2 for i.
218+
* **SQL naming** - The `.` (dot) character is used to separate the library or schema name from the table or view name. SQL naming is based upon the SQL standard.
219219

220220
</Card><Card>
221221

0 commit comments

Comments
 (0)