Exam 13: Working With Access Databases and Linq

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

Write the code to calculate the average price of all of the bicycles in inventory.

(Essay)
4.8/5
(37)

Before an application can access the data stored in a database,you need to connect the application to the database.

(True/False)
4.8/5
(30)

Define the terms "record," "field," and "table." Provide examples of each term when you are defining them.

(Essay)
4.7/5
(37)

A relational database can contain one or more tables.

(True/False)
4.8/5
(40)

Which of the following statements will calculate a total for all of the unpaid invoices? Which of the following statements will calculate a total for all of the unpaid invoices?

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

When an application is running,you can use the ____ control to move from one record to the next in the dataset,as well as to add or delete a record and save any changes made to the dataset.

(Multiple Choice)
5.0/5
(39)

Write the statements to move the record pointer to the first and last records in the dataset for the Customer table.

(Essay)
4.8/5
(30)

If you do not take deliberate steps in your code to handle exceptions,Visual Basic "handles" them for you.

(True/False)
4.8/5
(34)

A(n)____ stores information in tables composed of columns and rows,similar to the format used in a spreadsheet.

(Multiple Choice)
4.7/5
(32)

You are responsible for connecting the Access database that contains the tblCustomer table to an application.You must first use the Data Source Configuration Wizard to ____.

(Multiple Choice)
4.7/5
(38)

Each column in a table represents a record and each row represents a field.

(True/False)
4.8/5
(29)

A(n)____ is a group of related fields that contain all of the necessary data about a specific person,place,or thing.

(Multiple Choice)
5.0/5
(39)

What are the advantages to storing data in a relational database?

(Essay)
4.8/5
(42)

The intersection of a row and a column in a DataGridView control is called a ____.

(Multiple Choice)
5.0/5
(41)

The controls connected to an object in a dataset are known as ____.

(Multiple Choice)
4.7/5
(30)

What is the DataGridView control and how is it used?

(Essay)
4.8/5
(32)

Write a LINQ statement to calculate the total value of the inventory.

(Essay)
4.8/5
(34)

The computer can retrieve data stored in a relational format both quickly and easily,but the data must be displayed in a specific order.

(True/False)
4.9/5
(26)

A ____ is a single item of information about a person,place,or thing-such as a name,a salary amount,a Social Security number,or a price.

(Multiple Choice)
4.8/5
(25)

To create a DataGridView control on the form,you would click on the ____ object in the Data Sources window and drag it to the form.

(Multiple Choice)
5.0/5
(24)
Showing 21 - 40 of 57
close modal

Filters

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