Valid 1z0-882 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-882 Exam! ExamDiscuss.com now offer the newest 1z0-882 exam dumps, the ExamDiscuss.com 1z0-882 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-882 dumps with Test Engine here:
You attempt to create two new tables: CREATE TABLE 'warehouse' ( 'id' int (11) NOT NULL AUTO_INCREMENT, 'name' varchar (20) NOT NULL, 'phone' varchar (20) NOT NULL, PRIMARY KEY (' id) ) ENGINE=MyISAM CREATE TABLE 'warehouseitem' ( 'warehouse_id' bigint (11) NOT NULL, 'item_id' int (11) NOT NULL, 'count' int(11) NOT NULL DEFAULT '0', KEY "warehouse_id' ('warehouse-id) , FOREIGN KEY (warehouse_id) REFFERENCES warehouse (id) ) ENGINE= InnoDB You get this error : ERROR 1215 ( HYooo): cannot add foreign key constraint Which two changes are required to permit these statements to execute without any error?