Exam 11: Databases

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

If a column contains no data, it is said to be ____________.

(Multiple Choice)
4.7/5
(41)

The table column designated as the primary key must hold a unique value for each row.

(True/False)
4.9/5
(39)

If an application needs to store only a small amount of data, sequential and binary files are efficient and easy to use.

(True/False)
4.9/5
(41)

When you make changes to a database table in one form, the changes automatically appear in other forms that connect to the same table using their own datasets.

(True/False)
4.9/5
(37)

You can add your own SQL queries to a table adapter and call them from your C# code.

(True/False)
4.8/5
(36)

When you use Visual Studio to create a database, the database file will be created in the project folder.

(True/False)
4.8/5
(43)

A database management system stores data in a ____________ .

(Multiple Choice)
4.7/5
(28)

In SQL, you use the ____________ to retrieve the rows in a table.

(Multiple Choice)
4.8/5
(41)

There are numerous DBMSs in use today, and Visual C# can interact with many of them.

(True/False)
4.8/5
(37)

A .NET application requires a set of special components that let it connect to, and work with, a database.

(True/False)
4.9/5
(32)

In SQL, strings are enclosed in ____________.

(Multiple Choice)
4.9/5
(40)

To bind a ListBox control to a column, you must set two of the controls properties: DataSource and DisplayMember.

(True/False)
4.9/5
(45)

A ____________ connects to a data source and can retrieve and update data from a table in a data source.

(Multiple Choice)
4.9/5
(43)

Data-bound controls automatically display data from a data source and can be used to modify the data they are bound to.

(True/False)
4.9/5
(43)

When you create a database table, you must specify a data type for each column.

(True/False)
4.8/5
(27)

In SQL, the ____________ can be used to search for a substring.

(Multiple Choice)
4.8/5
(36)

In SQL, the asterisk symbol is used as a wildcard to represent a single character.

(True/False)
4.9/5
(41)

A ____________ is a complete set of information about a single item in a table.

(Multiple Choice)
4.8/5
(40)

Rather than displaying multiple rows at once, a Details view lets the user see one row at a time.

(True/False)
4.8/5
(35)

The ____________ identifies the table from which the data-bound control will get its data.

(Multiple Choice)
4.8/5
(42)
Showing 21 - 40 of 69
close modal

Filters

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