Skip to content

Commit 9fc207f

Browse files
authored
Update README.md
1 parent 7f33d44 commit 9fc207f

File tree

1 file changed

+5
-5
lines changed
  • Oracle-SQL-and-PL-SQL-Coding-Guidelines

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This is the standard of oracle database objects
3737
| 1.1 | **Table Constraints** | - | - | - | - |
3838
| 1.1.1 | Primary Key | | | _pk | customer_id_pk |
3939
| 1.1.2 | Foreign Key | | | _fk | customer_id_fk |
40-
| 1.1.3 | Check | | | _ck | customer_mobile_ck |
40+
| 1.1.3 | Check Key | | | _ck | customer_mobile_ck |
4141
| 1.1.4 | Unique Key | | | _uk | customer_mobile_uk |
4242
|1.1.5 | Index | 30 | | _idx | customer_id_idx |
4343
| 2 | Views | 30 | | _v | customers_v, customer_headers_v and pos_customer_headers_v |
@@ -85,9 +85,9 @@ This is the standard of oracle PL/SQL objects.
8585
| 2.2 | Local Constants | | l | c | | lc_max_discount |
8686
| 3 | **Parameters** | - | | - | - | - |
8787
| 3.1 | Cursor Parameters | | | p | | p_customer |
88-
| 3.2 | In Parameters | | | p | in | p_customer_in |
89-
| 3.3 | Out Parameters | | | p | out | p_customer_out |
90-
| 3.4 | In/Out Parameters | | | p | inout | p_customer_inout |
88+
| 3.2 | In Parameters | | | p | | p_customer_id |
89+
| 3.3 | Out Parameters | | | x | | x_customer_id |
90+
| 3.4 | In/Out Parameters | | | px | | xp_customer_id |
9191
| 4 | **Other Objects Definitions** | - | | - | - | - |
9292
| 4.1 | Cursors | | | cur | | cur_customers |
9393
| 4.2 | Record | | | r | type | r_customer_type |
@@ -125,7 +125,7 @@ The appendix section that presents elements syntax and describes it.
125125
| 9 | {column_abbr} | Column Abbreviation | |
126126

127127

128-
### Contributing to the guidelines
128+
## Contributing to the guidelines
129129
We welcome new Oracle developers to join our community and contribute to the Oracle coding guidelines project. If you are interested in helping please don’t hesitate to contact on an e-mail: info@egyptianprogrammers.com
130130

131131
###### Suggestions & Issues

0 commit comments

Comments
 (0)