DDL Operations =============== 1. CREATE ====== Tables: STORE Table store id integer store name char(20) item id small int item receiving date date ITEM Table item id small int item name char(20) item price decimal(10,2) ITEM_QNTY Views: Extract important details from both the tables and keep it in a virtual table called 'STOREITEM' store id item id item name