Skip to content

Commit 68dbeda

Browse files
authored
Update README.md
1 parent 6211983 commit 68dbeda

File tree

1 file changed

+4
-3
lines changed
  • Oracle-SQL-and-PL-SQL-Coding-Guidelines

1 file changed

+4
-3
lines changed

Oracle-SQL-and-PL-SQL-Coding-Guidelines /README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ This is the standard of oracle database objects
2929

3030
> **[optional {module_abbr}{separator}]{prefix}{separator}{identifier_name}{separator}{suffix}**
3131
32-
</br> Notes: **pos** is abbreviation or short for **P**oint **O**f **S**ale, and we will use it as module abbreviation for example.
33-
3432
| SEQ | Object Name | Length | Prefix | Suffix | Example |
3533
| :- | :---- | :-: | :--- | :--- | :---- |
3634
| 1 | **Tables** | - | - | - | -|
@@ -66,6 +64,10 @@ This is the standard of oracle database objects
6664
| 12.2 | Tables | | t_ | _type | t_customer_type |
6765
| 12.3 | Objects | | o_ | _type | o_customer_type |
6866

67+
</br>
68+
Notes: **pos** is abbreviation or short for **P**oint **O**f **S**ale, and we will use it as module abbreviation for example.
69+
70+
</br>
6971

7072
### Oracle PL/SQL Objects
7173
This is the standard of oracle PL/SQL objects.
@@ -96,7 +98,6 @@ This is the standard of oracle PL/SQL objects.
9698

9799
</br> </br>
98100
<h2>File Extensions</h2>
99-
Stay Tuned Stay Tuned Stay Tuned Stay Tuned Stay Tuned Stay Tuned Stay Tuned Stay Tuned Stay Tuned Stay Tuned Stay Tuned Stay Tuned Stay Tuned Stay Tuned :)
100101

101102
| SEQ | Object Name | Extension | Example | Remarks |
102103
| :-: | :--- | :--- | :--- | :-------- |

0 commit comments

Comments
 (0)