-
-
Save alex-ber/e5b7e5798ea8956ec3cee1d75dab77ff to your computer and use it in GitHub Desktop.
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
CREATE TYPE Person_Type AS OBJECT ( | |
person_title VARCHAR2(10), | |
person_first_name VARCHAR2(20), | |
person_last_name VARCHAR2(20), | |
) | |
NOT FINAL; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment