Skip to content

Commit a607a1b

Browse files
authored
Update README.md
1 parent 070e018 commit a607a1b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ This is the standard of oracle PL/SQL objects.
9292
| 3.1 | Cursor Parameters | | | p | | p_customer |
9393
| 3.2 | In Parameters | | | p | | p_customer_id |
9494
| 3.3 | Out Parameters | | | x | | x_customer_id |
95-
| 3.4 | In/Out Parameters | | | px | | xp_customer_id |
95+
| 3.4 | In/Out Parameters | | | px | | px_customer_id |
9696
| 4 | **Other Objects Definitions** | - | | - | - | - |
9797
| 4.1 | Cursors | | | cur | | cur_customers |
9898
| 4.2 | Record | | | r | type | r_customer_type |

0 commit comments

Comments
 (0)