What RDMS objects are created with the SQL CREATE statements?
A1) The SQL CREATE statements are used to create the following objects: STOGROUP A storage group DATABASE A logical collection of tables TABLESPACE An area that stores tables TABLE A data structure organized by a specified columns INDEX An alternate path to a table data VIEW An alternate representation of one or more tables SYNONYM An alternate name for local table or view ALIAS An alternate name for a table definition which may be local or remote, existence or nonexistent