File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Oracle-SQL-and-PL-SQL-Coding-Guidelines Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
7173This 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 | :-: | :--- | :--- | :--- | :-------- |
You can’t perform that action at this time.
0 commit comments