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
When the connection string is saved with the application, it is stored in the ____.
(Multiple Choice)
4.7/5
(36)
Typing or inserting an actual SQL query or command as input (as opposed to a requested value, such as a user login name), gaining access to the tables, and then stealing or destroying data is an example of a(n) ____.
(Multiple Choice)
4.8/5
(40)
After connecting to the database, one way to retrieve records programmatically from the database is to ____
(Multiple Choice)
4.8/5
(37)
When accessing data from a database, select the records (and fields) from the database by executing a SQL Fill statement.
(True/False)
4.9/5
(43)
____________ provides a general purpose query facility that can be used with not only relational data sources, but XML data, and any class of data that implemented the IEnumerable interface with IEnumerable supporting simple iteration over a collection.
(Short Answer)
4.8/5
(31)
The SQL statement that retrieves every field from a database table includes ____ following the SELECT keyword.
(Multiple Choice)
4.8/5
(34)
To process the data using a data reader with an Access database, you declare an object of the OleDbDataReader class and then ____.
(Multiple Choice)
4.9/5
(40)
While the data reader object can hold just one record of the query result at a time, the dataset object stores an entire relational table like structure.
(True/False)
4.9/5
(40)
Read-only forward retrieval of data from an Access database is possible using the ____ class.
(Multiple Choice)
4.8/5
(37)
The WSQL Designer in Visual Studio provides a visual representation of the objects contained in the dataset. It enables you to set relationships between objects and add additional queries to your application.
(True/False)
4.9/5
(32)
Select * from memberTable retrieves all records from the memberTable table that do not have any blank fields.
(True/False)
4.8/5
(34)
A ____ is used to perform a forward-only (sequential) access of the data in the data source while a ____ is used to populate a dataset and updates the database.
(Multiple Choice)
4.8/5
(32)
One of the visual tools that provides a graphical representation of the dataset object and enables you to set relationships between tables is the ____.
(Multiple Choice)
4.8/5
(47)
The OleDbCommand class is used to hold the SQL statements used to access an Oracle database.
(True/False)
4.9/5
(30)
In order to use the dataReader object to retrieve the lastName, which is located in the third field of a data record, you could write ____.
(Multiple Choice)
4.9/5
(43)
Showing 61 - 75 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)