(Choose 1 answer)
An analyst on your team is forgetful about closing a file after they read the data. What can the analyst do to access the files needed without worrying about leaving a file unintentionally open?
A. Use a WITH statement in place of the open command
B. Use a WITH statement with the open command
C. Use the CLOSE statement prior to the open command
D. Use the CLOSE statement in place of the open command
33