We have finished section one (retrieving data) and have started section two (creating, destroying and modifying data objects).
CREATE object_type object_name AS ( some_structure );
DROP object_type object_name;
ALTER object_type object_name ADD|DROP|ALTER object_type data_type;
Download the notes for day 6.