Question 296
You are designing database for a new Web application.
You need to identify appropriate relational database structure to satisfy business requirements.
Which of the following activities should you not perform as part of the design process?
Question 297
You have a class named Glass that inherits from a base class named Window. The Window class includes a protected method named break().
How should you call the Glass class implementation of the break() method?
Question 298
You are creating an application that presents the user with a Windows Form. You need to configure the application to display a message box to confirm that the user wants to close the form.
Which event should you handle?
Question 299
You are reviewing a design for a database. A portion of this design is shown in the exhibit. Note that you may choose to view either the Crow's Foot Notation or Chen Notation version of the design. (To view the Crow's Foot Notation, click the Exhibit A button. To view the Chen Notation, click the Exhibit B button.)

Which term is used to describe the relationship between Customer and Order?
Question 300
You need to create a stored procedure that passes in a person's name and age.
Which statement should you use to create the stored procedure?
