Exam 14: Working With Databases
Exam 1: Introduction to Computing and Programming75 Questions
Exam 2: Data Types and Expressions75 Questions
Exam 3: Methods and Behaviors75 Questions
Exam 4: Creating Your Own Classes75 Questions
Exam 5: Making Decisions75 Questions
Exam 6: Repeating Instructions75 Questions
Exam 7: Arrays75 Questions
Exam 8: Advanced Collections74 Questions
Exam 9: Introduction to Windows Programming75 Questions
Exam 10: Programming Based on Events75 Questions
Exam 11: Advanced Object-Oriented Programming Features75 Questions
Exam 12: Debugging and Handling Exceptions75 Questions
Exam 13: Working With Files75 Questions
Exam 14: Working With Databases75 Questions
Exam 15: Web-Based Applications73 Questions
Select questions type
ADO.NET does not require that you keep a continuous live connection to the database and process one retrieved record at a time. Additional classes are available that enable you to connect to the database long enough to retrieve records into memory. The primary class for this activity is ____.
Free
(Multiple Choice)
4.8/5
(42)
Correct Answer:
D
Each data provider includes a collection of classes used to access a data source, including connection, command, data reader and data adapter classes.
Free
(True/False)
4.8/5
(43)
Correct Answer:
True
Applications that connect to a Microsoft Access database use the OLE DB data provider.
Free
(True/False)
4.9/5
(47)
Correct Answer:
True
When finished processing the data, you should close the reader and connection objects. Doing so ____.
(Multiple Choice)
4.8/5
(32)
Provider classes include classes that allow you to connect to the data source, execute commands against the source, and read the results. The unique provider namespace for Access databases is ____________.
(Short Answer)
4.7/5
(41)
A foreign key is a column (field) or combination of columns that uniquely identifies a row in a table.
(True/False)
4.8/5
(30)
To retrieve data from a database programmatically, one of the first things you must do is ____.
(Multiple Choice)
4.9/5
(42)
Which of the following is a typed accessor method of the OleDbDataReader class?
(Multiple Choice)
4.8/5
(36)
When you select the TableAdapter object (from the component tray) and view its properties, you will not see the SelectCommand, InsertCommand, UpdateCommand, and DeleteCommand properties. In order to change the SQL statements associated with those properties, you need to use the DataSet Designer and modify the ____________ for these properties.
(Short Answer)
4.7/5
(44)
The ____________ object stores an entire relational table like structure. More than one table, plus relationships and constraints on the database, can be stored with the ____________ object. The ____________ is considered a memory-resident representation of the data.
(Short Answer)
4.7/5
(40)
The four core classes that make up each data provider are ____________, Command, DataReader, and DataAdapter.
(Short Answer)
4.8/5
(46)
When a database is accessed using a disconnected mode, all or part of a database table(s) is retrieved and stored in a temporary file on a local machine.
(True/False)
4.9/5
(43)
You may not want to make a local copy of the database if ____.
(Multiple Choice)
4.8/5
(35)
When accessing a database, it is not necessary to close the connection. This is done automatically for you.
(True/False)
4.7/5
(41)
Which class is automatically instantiated when a table from the Data Sources window is dragged onto the form?
(Multiple Choice)
4.7/5
(43)
In order to test for a date value with Access tables, surround the date with single apostrophes. Surround the date with pound symbols for SQL Server data.
(True/False)
4.8/5
(39)
All of the following are data providers included with .NET for accessing and manipulating data in databases, EXCEPT ____.
(Multiple Choice)
4.8/5
(39)
Showing 1 - 20 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)