MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    What are the steps to create a DataTable programmatically? | 
                            
| A. | Instantiate a new DataTable and add DataColumn objects to the DataTable. Columns Collection. | 
| B. | Run the Data Source Configuration Wizard. | 
| C. | Instantiate a new DataSet object. | 
| D. | None of the above. | 
| Answer» B. Run the Data Source Configuration Wizard. | |