Exam 14: Access Databases and SQL

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Click ____ on the shortcut menu to start the TableAdapter Query Configuration Wizard.

Free
(Multiple Choice)
4.9/5
(34)
Correct Answer:
Verified

B

A ____ is a query that uses the parameter marker in place of the criteria's value.

Free
(Multiple Choice)
4.7/5
(32)
Correct Answer:
Verified

B

Which of the following sorts the records for the PartsDataSet by the Price field? Which of the following sorts the records for the PartsDataSet by the Price field?

Free
(Not Answered)
This question doesn't have any answer yet
Ask our community

You save a query that contains the SELECT statement by associating the query with one or more methods.

(True/False)
4.9/5
(39)

Because it is possible for an error to occur when saving data to a database,it's a good programming practice to place the Update method within the ____ block of a Try…Catch statement.

(Multiple Choice)
4.9/5
(36)

Write a SQL SELECT statement that selects the MemberID,LastName,and FirstName fields for all family members.Sort the records in descending order by the JoinDate field.

(Essay)
4.9/5
(31)

A Delete query uses the ____ statement to delete a record from a database.

(Multiple Choice)
4.9/5
(27)

What is a parameter query and how is it used?

(Essay)
4.8/5
(28)

____ is a set of statements that allows you to access and manipulate the data stored in many database management systems on computers of all sizes,from large mainframes to small microcomputers.

(Multiple Choice)
4.8/5
(28)

Which of the following statements selects the Title and ProductionCo fields from records whose title begins with the word "The" followed by a space and zero or more characters,and then sorts the records in descending order by the ProductionCo field? Which of the following statements selects the Title and ProductionCo fields from records whose title begins with the word The followed by a space and zero or more characters,and then sorts the records in descending order by the ProductionCo field?

(Not Answered)
This question doesn't have any answer yet
Ask our community

Write a SQL SELECT statement that selects the MemberID,LastName,JoinDate,and MemberType fields from all of the records.

(Essay)
4.8/5
(33)

Write a SQL SELECT statement that selects only the records for the Senior members.Select all of the fields.

(Essay)
4.9/5
(35)

Write a SQL SELECT statement that selects all of the fields and records in the table.Sort the records in ascending order by the MemberType field.

(Essay)
4.7/5
(33)

Which of the following locates the record whose PartNum field contains KL542,and then assigns the record to the row variable? Which of the following locates the record whose PartNum field contains KL542,and then assigns the record to the row variable?

(Not Answered)
This question doesn't have any answer yet
Ask our community

You can use the ____ associated with a query to invoke the query during run time.

(Multiple Choice)
4.9/5
(45)

When you don't know the specific value to include in the criteria,you use a ____.

(Multiple Choice)
4.8/5
(30)

The syntax to add a record to a dataset is ____.

(Multiple Choice)
4.8/5
(32)

An Insert query uses the ____ statement to add a record to a database.

(Multiple Choice)
4.7/5
(29)

If you want the records in a dataset to appear in a particular order when the application is started,you enter the Sort method in the form's ____.

(Multiple Choice)
4.7/5
(30)

The file that contains information about the tables,fields,records,and properties included in the dataset has an ____ extension.

(Multiple Choice)
4.8/5
(40)
Showing 1 - 20 of 58
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)