Exam 10: Databases
Exam 1: An Introduction to Computers and Problem Solving36 Questions
Exam 2: Visual Basic, Controls, and Events61 Questions
Exam 3: Variables, Input, and Output101 Questions
Exam 4: Decisions86 Questions
Exam 5: General Procedures70 Questions
Exam 6: Repetition73 Questions
Exam 7: Arrays87 Questions
Exam 8: Text Files65 Questions
Exam 9: Additional Controls and Objects90 Questions
Exam 10: Databases34 Questions
Exam 11: Object-Oriented Programming66 Questions
Select questions type
When a navigation toolbar is used with a table from a database, the first record of the table has position .
Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
B
When a navigation toolbar is used with a table from a database, the first record of the table has index .
Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
A
Which of the following is NOT a button on the navigation toolbar?
Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
C
When a navigation toolbar is used with a table from a database, the value of BindingSource1.Position is the position of the current record.
(True/False)
4.8/5
(45)
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?
(Multiple Choice)
4.7/5
(39)
The Rule of Referential Integrity insists that each value in the foreign key must also appear in the primary key of the other table.
(True/False)
4.8/5
(34)
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.
(True/False)
4.8/5
(39)
What control causes a binding navigator toolbar to appear anchored to the top of the form?
(Multiple Choice)
4.8/5
(34)
The error message Index or primary key cannot contain a Null Value. will be generated by attempting which of the following?
(Multiple Choice)
4.9/5
(34)
Which of the following allows the linking together of two or more interdependent tables in a meaningful way?
(Multiple Choice)
5.0/5
(36)
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.
(True/False)
4.8/5
(28)
A foreign key allows Visual Basic to join together two tables from a relational database in a meaningful way.
(True/False)
4.8/5
(51)
Which of the following terms is defined as two or more interdependent tables?
(Multiple Choice)
5.0/5
(35)
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?
(Multiple Choice)
4.8/5
(35)
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.
(True/False)
4.8/5
(40)
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.
(True/False)
4.8/5
(41)
Showing 1 - 20 of 34
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)