Skip to content

Instantly share code, notes, and snippets.

@alex-ber
Created February 12, 2022 13:10
Show Gist options
  • Save alex-ber/e5b7e5798ea8956ec3cee1d75dab77ff to your computer and use it in GitHub Desktop.
Save alex-ber/e5b7e5798ea8956ec3cee1d75dab77ff to your computer and use it in GitHub Desktop.
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