Write a query that outputs the SQL statement used to create the CHECKED_OUT table.
CREATE TABLE CHECKED_OUT (First_Name TEXT, Last_Name TEXT, Book_ID INT);