Site MapHelpFeedbackShort Answer Quiz
Short Answer Quiz
(See related pages)

1.
If you create your text boxes and labels unbound in a Web form, how do you fill these controls with data?
2.
What are the steps for filtering data in a Web form to display a parent record and the matching child rows?
3.
How is a Web drop-down list different from a Windows form list box?
4.
Why is a blank row sometimes added to a drop-down list?
5.
What is the difference between a selection query and an action query?
6.
Write a correctly formatted SQL statement that will retrieve the field Last Name from the table Customers if the Last Name begins with the letter S.
7.
Write a correctly formatted SQL statement that will delete all records from the Customers table where the Age is greater than 65.
8.
What are four operators commonly used in the creation of criteria for SQL statements?
9.
What is the purpose of a Throw statement in the data tier of an application?
10.
What items must be modified in a program to support upsizing from accessing an Access database to a SQL Server?







Advanced Programming VB.NETOnline Learning Center

Home > Chapter 8 > Short Answer Quiz