Question 136
You are creating a database for a student directory.
The Students table contains the following fields:
Which statement will retrieve only the first name, last name, and telephone number for every student listed in the directory?
Question 137
You have a class named Truck that inherits from a base class named Vehicle. The Vehicle class includes a protected method named brake ().
How should you call the Truck class implementation of the brake () method?
Question 138
Simulating the final design of an application in order to ensure that the development is progressing as expected is referred to as:
Question 139
You need to develop a C# program that exports the contents of the Customers table to an XML file.
The exported data must be in the following format:
- <Customer CustomerID="ALFKI" ContactName="Maria Anders" Phone="030-007-
4321" />
- <Customer CustomerID="ANATR" ContactName="Ana Trujillo" Phone="(5) 555-
4729" />
Which of the following code segments should you use to export the Customers table to the specified XML format?
Question 140
You create an object of type ANumber.
The class is defined as follows.
What is the value of _number after the code is executed?
