You plan to embed SQL statements in your host program. You want to declare several host variables to be used in the SQL statements. Which SQL statement should you use to terminate the declaration section of your program? A TERMINATE DECLARE SECTION B END DECLARE SECTION C TERMINATE DECLARATIONS D END DECLARATIONS