Question 146
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?
Question 147
This question requires that you evaluate the underlined text to determine if it is correct.
Converting an object to a more general type is called upcasting.
Select the correct answer if the underlined text does not make the statement correct. Select "No change is needed'' if the underlined text makes the statement correct.
Question 148
Which type of Windows application presents a parent window that contains child windows?
Question 149
You have a SQL Server database named MyDB that uses SQL Server Authentication.
Which connection string should you use to connect to MyDB?
Question 150
This question requires that you evaluate the underlined text to determine if it is correct.
Unit testing is the final set of tests that must be completed before a feature or product can be considered finished.
Select the correct answer if the underlined text does not make the statement correct. Select "No change is needed'' if the underlined text makes the statement correct.
