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
OleDbDataReader class includes a number of typed accessor method members (i.e GetChar( ), GetString( ), GetDecimal( ))..
(True/False)
4.7/5
(27)
Which of the following SQL statements would retrieve just the first name of all records for Mr. and Mrs. Jones in the memberTable?
(Multiple Choice)
4.8/5
(36)
The ADO namespace includes a number of classes that allow you to interact with databases.
(True/False)
4.9/5
(41)
You can use the ____________ to edit or write new SQL statements for each of the SelectCommand, InsertCommand, UpdateCommand, and DeleteCommand's CommandTexts.
(Short Answer)
4.8/5
(37)
The ____________ provides a visual representation of the dataset and table adapter. It can be used to create and modify data and table adapters and their queries.
(Short Answer)
5.0/5
(31)
The ____ base class is used to hold the SQL statement or stored procedures.
(Multiple Choice)
4.7/5
(26)
Included as part of the ____________ namespaces are a number of classes that can be used to retrieve, manipulate, and update data in databases.
(Short Answer)
4.8/5
(32)
The SELECT statement can also be used to retrieve results from multiple tables by joining them using a common field.
(True/False)
4.8/5
(41)
sConnection = "Provider=Microsoft.ACE.OLEDB.12.0;" + "Data Source=member.accdb"; is an example of a(n) ____________.
(Short Answer)
4.9/5
(39)
Typically when you are programming for database access, you use a(n) ____________.
(Short Answer)
4.7/5
(36)
Classes that can be used to retrieve, manipulate, and update data in databases are part of ____.
(Multiple Choice)
4.8/5
(38)
For simple read-only access to the database, ADO.NET includes a(n) ____________ class that can be used to read rows of data from a database.
(Short Answer)
4.8/5
(38)
Which class is used to hold the SQL statement or stored procedures for Access databases?
(Multiple Choice)
4.9/5
(35)
Data is stored in tabular format for a relational database. Each row in the table represents a(n) ____.
(Multiple Choice)
4.8/5
(45)
The Data Source Configuration Wizard simplifies connecting your application to a data source by guiding you through the process, automatically generating the connection string, creating dataset and table adapter objects, and bringing the data into your application.
(True/False)
5.0/5
(39)
When you place an @ in front of a string, the string becomes a(n) ____.
(Multiple Choice)
4.8/5
(45)
ADO.NET requires that you keep a continuous live connection to the database and process one retrieved record at a time.
(True/False)
4.8/5
(36)
A ____ object is instantiated based on the type of database or type of database provider.
(Multiple Choice)
4.8/5
(42)
Showing 21 - 40 of 75
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)