MC Which data type can be used to store image data? DBCLOB incorrect None of these types incorrect BLOB correct CLOB incorrect MC Which data type can be used to store image data? DBCLOB incorrect BLOB correct CLOB incorrect None of these types incorrect MC Which statement is CORRECT? In the relational model, the tuple constructor can only be used on atomic values and the set constructor can only be used on tuples. correct In the relational model, the set constructor allows to define multivalued attribute types. incorrect In the relational model, the tuple constructor allows to define composite attribute types. incorrect In the relational model, the tuple and set constructor can be used in a nested way. incorrect MC An ORDBMS will typically support inheritance... only at table type level incorrect only at data type level incorrect both at data type and table type level correct only at a tuple level incorrect MC An ORDBMS will typically support inheritance... both at data type and table type level correct only at data type level incorrect only at table type level incorrect only at a tuple level incorrect MC An ORDBMS will typically support inheritance... only at data type level incorrect both at data type and table type level correct only at a tuple level incorrect only at table type level incorrect MC Which data type can be used to store image data? BLOB correct CLOB incorrect None of these types incorrect DBCLOB incorrect MC Which statement is CORRECT? In the relational model, the tuple constructor can only be used on atomic values and the set constructor can only be used on tuples. correct In the relational model, the tuple constructor allows to define composite attribute types. incorrect In the relational model, the set constructor allows to define multivalued attribute types. incorrect In the relational model, the tuple and set constructor can be used in a nested way. incorrect MC Which statement is CORRECT? A sourced function is a UDF which is based on an existing, built-in function. correct User Defined Functions (UDFs) can only work on user-defined data types. incorrect User Defined Functions (UDFs) must be stored in the application, and not in the catalog. incorrect User Defined Functions (UDFs) can only be defined in SQL. incorrect MC Which statement is CORRECT? In the relational model, the set constructor allows to define multivalued attribute types. incorrect In the relational model, the tuple and set constructor can be used in a nested way. incorrect In the relational model, the tuple constructor can only be used on atomic values and the set constructor can only be used on tuples. correct In the relational model, the tuple constructor allows to define composite attribute types. incorrect