Filters
Question type

Study Flashcards

A copy of an Access database can be stored locally;however,you can not store a local copy of a SQL Server database table.

Correct Answer

verifed

verified

You use the data adapter object to populate the data reader object.

Correct Answer

verifed

verified

You can use the ____________ to edit or write new SQL statements for each of the SelectCommand,InsertCommand,UpdateCommand,and DeleteCommand's CommandTexts.

Correct Answer

verifed

verified

When you place an @ in front of a string,the string becomes a(n) ____.


A) comment
B) verbatim string
C) numeric value
D) argument

Correct Answer

verifed

verified

The SELECT statement can also be used to retrieve results from multiple tables by joining them using a common field.

Correct Answer

verifed

verified

Included as part of the ____________ namespaces are a number of classes that can be used to retrieve,manipulate,and update data in databases.

Correct Answer

verifed

verified

The ADO.NET architecture encapsulates the details of differing database structures such as Oracle,as opposed to Access,in the form of ____.


A) data providers
B) databases
C) data adapters
D) data tables

Correct Answer

verifed

verified

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.

Correct Answer

verifed

verified

Data is stored in tabular format for a relational database.Each row in the table represents a(n) ____.


A) table
B) field
C) key
D) record

Correct Answer

verifed

verified

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.

Correct Answer

verifed

verified

Select * from memberTable retrieves all records from the memberTable table that do not have any blank fields.

Correct Answer

verifed

verified

The OleDbCommand class is used to hold the SQL statements used to access an Oracle database.

Correct Answer

verifed

verified

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.


A) connection, data adapter
B) data adapter, data reader
C) data reader, command
D) data reader, data adapter

Correct Answer

verifed

verified

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) ____.


A) SQL query error
B) SQL mistake
C) SQL security reference
D) SQL injection attack

Correct Answer

verifed

verified

The connection string includes ____.


A) the data provider and the database name
B) SQL statement to retrieve the data
C) the type of database
D) an open statement

Correct Answer

verifed

verified

You identify which records and fields you want to retrieve from the database using the SQL ____________ statement.

Correct Answer

verifed

verified

In relational databases,data is stored ____.


A) as a string of numeric characters separated by spaces
B) in a tabular format
C) in compressed format
D) as a set of relations

Correct Answer

verifed

verified

A Data Source Configuration Wizard is available in Visual Studio to automatically generate the connection string,create dataset and table adapter objects,and bring the data into an application.

Correct Answer

verifed

verified

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.

Correct Answer

verifed

verified

The ADO namespace includes a number of classes that allow you to interact with databases.

Correct Answer

verifed

verified

Showing 21 - 40 of 75

Related Exams

Show Answer