Exam 12: Access Databases and Linq

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

You can use Visual Basic to access the data stored in databases by using a database management system.

Free
(True/False)
4.9/5
(45)
Correct Answer:
Verified

True

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

Free
(Multiple Choice)
4.8/5
(35)
Correct Answer:
Verified

D

In most cases, you will use the ____ object to save changes to the database, because it can handle saving data to multiple tables in the DataSet.

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

C

A ____ specifies the fields and records to retrieve from the database, as well as the order in which to arrange the fields and records.

(Multiple Choice)
4.7/5
(40)

The ____ object stores the information you want to access from the database.

(Multiple Choice)
4.8/5
(39)

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

(Essay)
4.8/5
(34)

Match each item with a statement below. a.LINQ f.primary key b.relational database g.exception c.dataset h.cell d.computer database i.foreign key e.database management system -An intersection of a row and column in a DataGridView.

(Short Answer)
4.8/5
(36)

The most commonly used aggregate operators are Average, Count, Max, Min, and Sum.

(True/False)
4.7/5
(30)

What is a relational database?

(Essay)
4.9/5
(38)

Match each item with a statement below. a.LINQ f.primary key b.relational database g.exception c.dataset h.cell d.computer database i.foreign key e.database management system -Database field(s) that uniquely identifies each record.

(Short Answer)
4.8/5
(36)

Match each item with a statement below. a.LINQ f.primary key b.relational database g.exception c.dataset h.cell d.computer database i.foreign key e.database management system -A product for creating computer databases.

(Short Answer)
4.8/5
(35)

Match each item with a statement below. a.LINQ f.primary key b.relational database g.exception c.dataset h.cell d.computer database i.foreign key e.database management system -A database that stores information in tables composed of columns and rows.

(Short Answer)
4.7/5
(33)

Controls in an interface that is connected to objects in the dataset are called ____ controls.

(Multiple Choice)
4.8/5
(39)

Exception handling in your code takes the form of the ____ statement.

(Multiple Choice)
4.8/5
(39)

Describe two ways to bind an object in a dataset to an existing control on the form.

(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 using ____.

(Multiple Choice)
4.9/5
(37)

The ____ object provides the connection between the DataSet and the bound controls on the form.

(Multiple Choice)
4.9/5
(41)

Connecting an object to a control is called ____.

(Multiple Choice)
4.7/5
(43)

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)
4.9/5
(36)

Each record in a table contains ____ fields.

(Multiple Choice)
4.8/5
(33)
Showing 1 - 20 of 50
close modal

Filters

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