Identify whether the given statement is true or false.
"If there is a parent-child relationship between two tables, the records in the parent table can be deleted only if the child table does not contain any associated record."
Identify whether the given statement is true or false.
"The datatype of a table's column cannot be changed if the column contains NULL values or the table does not contain rows."
Identify whether the given statement is true or false.
"A view does not contain data of its own but derives (or dynamically displays) data from other tables or views on the basis of the query specified for the view."
__________ are responsible for identifying the data to be stored in the database and for choosing appropriate structures to represent and store this data.