Graphic shows two tables, Book and Inventory. The Book table contains the following field names and datatypes: id NUMBER(10) name VARCHAR2(300) publish_date DATE author VARCHAR2(120) prices NUMBER(10, 2) id is the primary key. The Inventory table contains the following field names and datatypes: id NUMBER(10) location VARCHAR(90) quantity NUMBER(3)