The code for officeInfo.sql is: DROP VIEW IF EXISTS officeInfo; CREATE VIEW officeInfo AS SELECT officeCode, phone, city FROM offices;