Table name: TRUCK Primary key: TRUCK_NUM Database name: Ch03_TransCo Foreign keys: BASE_CODE, TYPE_CODE Table name: BASE Primary key: BASE_CODE Foreign key: none Table name: TYPE Primary key: TYPE_CODE Foreign key: none 9. Do the tables exhibit entity integrity? Answer yes or no, and then explain your answer. 10. Do the tables exhibit referential integrity? Answer yes or no, and then explain your answer. Write NA (Not Applicable) if the table does not have a foreign key. 11. Identify the TRUCK table's candidate key(s). 12. For each table, identify a superkey and a secondary key.