Created
April 8, 2014 09:02
-
-
Save sqlparser/10103136 to your computer and use it in GitHub Desktop.
blank lines plsql vertical constant variable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PROCEDURE Update_Student_GPA (nSSN IN number) | |
| IS | |
| <declaration> | |
| <declaration> | |
| BEGIN | |
| <statements>; | |
| END Update_Student_GPA; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment