Valid 98-361 Dumps shared by EduDump.com for Helping Passing 98-361 Exam! EduDump.com now offer the newest 98-361 exam dumps, the EduDump.com 98-361 exam questions have been updated and answers have been corrected get the newest EduDump.com 98-361 dumps with Test Engine here:
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?
Correct Answer: D
Explanation/Reference: The string values TRUE and FALSE can be converted to bit values: TRUE is converted to 1 and FALSE is converted to 0. Incorrect: Not A, not C: ID is autogenerated and should not be specified.