Question 41
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 42
Your database administrators will not allow you to write SQL code in your application.
How should you retrieve data in your application?
Question 43
You have completed developing several major features of a new software application.
You plan to provide an early look at the product to important customers to gather some early feedback.
Your application still misses features and you haven't yet optimized the application for performance and security.
Which kind of testing should you perform with a limited number of important customers?
Question 44
You are developing a new Windows service application.
The application contains three different Windows services.
Before these services can be used, they must be installed in the Windows service database. What action should you take to ensure that your services can be installed by a Windows installer tool?
Question 45
How many parameters can a default constructor have?
