You have a table named ITEMS with the following fields: ID (integer, primary key. auto generated) Description (text) Completed (Boolean) You need to insert the following data in the table: "Cheese", False Which statement should you use? A. INSERT INTO…