Filters
Question type

Study Flashcards

Which of the following terms is defined as two or more interdependent tables?


A) Rule of Referential Integrity
B) join
C) joined database
D) relational database

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

Each row in a table is also called a(n)


A) record.
B) array.
C) field.
D) selection.

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

Which of the following is NOT a button on the navigation toolbar?


A) Current position
B) Add new
C) Find
D) Delete

E) A) and B)
F) B) and D)

Correct Answer

verifed

verified

C

The error message Index or primary key cannot contain a Null Value. will be generated by attempting which of the following?


A) A user tries to enter a record in the table Countries that doesn't contain data in the primary key.
B) A user tries to add a record to a table that is related to the Countries table, and that record contains a foreign key value that does NOT correspond to a primary key value in the Countries table.
C) A user tries to enter a record in the table Countries with the same primary key as another record.
D) A user tries to request a joined table using LINQ.

E) A) and D)
F) A) and B)

Correct Answer

verifed

verified

The Move next button of a navigator toolbar is never disabled.

A) True
B) False

Correct Answer

verifed

verified

When a navigation toolbar is used with a table from a database, the first record of the table has index .


A) 0
B) 1
C) First
D) -1

E) B) and C)
F) A) and B)

Correct Answer

verifed

verified

A

When a navigation toolbar is used with a table from a database, the first record of the table has position .


A) 0
B) 1
C) First
D) -1

E) B) and C)
F) All of the above

Correct Answer

verifed

verified

B

The error message The changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship. Change the data in the field or fields that contain duplicate data, remove the index, or redefine the index to permit duplicate entries and try again. will be generated by attempting which of the following?


A) A user tries to enter a record in the table Countries that doesn't contain data in the primary key.
B) A user tries to add a record to a table that is related to the Countries table, and that record contains a foreign key value that does NOT correspond to a primary key value in the Countries table.
C) A user tries to enter a record in the table Countries with the same primary key as another record.
D) A user tries to request a joined table using the SQL language.

E) A) and B)
F) None of the above

Correct Answer

verifed

verified

When a navigation toolbar is used with a table from a database, the Find method of the BindingSource control returns the position of a record.

A) True
B) False

Correct Answer

verifed

verified

When a navigation toolbar is used with a table from a database, the value of BindingSource1.Position is the position of the current record.

A) True
B) False

Correct Answer

verifed

verified

A foreign key allows Visual Basic to join together two tables from a relational database in a meaningful way.

A) True
B) False

Correct Answer

verifed

verified

What is a primary key?


A) A field that uniquely identifies each record.
B) The first field in every record..
C) The largest field in every record..
D) The first field specified when a table is created.

E) C) and D)
F) A) and B)

Correct Answer

verifed

verified

Once a field has been specified as a primary key, Visual Basic will not allow that field to contain an empty entry for any record.

A) True
B) False

Correct Answer

verifed

verified

The Rule of Referential Integrity insists that each value in the foreign key must also appear in the primary key of the other table.

A) True
B) False

Correct Answer

verifed

verified

What control causes a binding navigator toolbar to appear anchored to the top of the form?


A) BindingNavigator
B) NavigatorToolbar
C) Navigator
D) BindingToolbar

E) B) and C)
F) A) and D)

Correct Answer

verifed

verified

When a navigation toolbar is used with a table from a database, the statement BindingSource1.Position = n makes the record of index n the current record.

A) True
B) False

Correct Answer

verifed

verified

A rectangular array of data is called a


A) field.
B) record.
C) table.
D) database management system.

E) All of the above
F) A) and D)

Correct Answer

verifed

verified

Which of the following is used to insure that each value for a foreign key also appears as a value for the primary key in any related table?


A) the Rule of Referential Integrity
B) the Join statement
C) SQL
D) a relational database

E) All of the above
F) A) and B)

Correct Answer

verifed

verified

When a navigation toolbar is used with a table from a database, the Find method of the BindingSource control returns the value -1 if it cannot locate the sought after record.

A) True
B) False

Correct Answer

verifed

verified

Which of the following allows the linking together of two or more interdependent tables in a meaningful way?


A) ANSI
B) foreign keys
C) duplicate entries in a single field
D) null values

E) A) and C)
F) A) and D)

Correct Answer

verifed

verified

Showing 1 - 20 of 34

Related Exams

Show Answer