Exam 14: Access Databases and SQL
Exam 1: An Introduction to Visual Basic 201259 Questions
Exam 2: Designing Applications57 Questions
Exam 3: Using Variables and Constants58 Questions
Exam 4: The Selection Structure57 Questions
Exam 5: More on the Selection Structure56 Questions
Exam 6: The Repetition Structure59 Questions
Exam 7: Sub and Function Procedures56 Questions
Exam 8: String Manipulation57 Questions
Exam 9: Arrays57 Questions
Exam 10: Structures and Sequential Access Files58 Questions
Exam 11: Classes and Objects58 Questions
Exam 12: Web Applications55 Questions
Exam 13: Working With Access Databases and Linq57 Questions
Exam 14: Access Databases and SQL58 Questions
Select questions type
Click ____ on the shortcut menu to start the TableAdapter Query Configuration Wizard.
Free
(Multiple Choice)
4.9/5
(34)
Correct Answer:
B
A ____ is a query that uses the parameter marker in place of the criteria's value.
Free
(Multiple Choice)
4.7/5
(32)
Correct Answer:
B
Which of the following sorts the records for the PartsDataSet by the Price field? 

Free
(Not Answered)
This question doesn't have any answer yet
You save a query that contains the SELECT statement by associating the query with one or more methods.
(True/False)
4.9/5
(39)
Because it is possible for an error to occur when saving data to a database,it's a good programming practice to place the Update method within the ____ block of a Try…Catch statement.
(Multiple Choice)
4.9/5
(36)
Write a SQL SELECT statement that selects the MemberID,LastName,and FirstName fields for all family members.Sort the records in descending order by the JoinDate field.
(Essay)
4.9/5
(31)
A Delete query uses the ____ statement to delete a record from a database.
(Multiple Choice)
4.9/5
(27)
____ is a set of statements that allows you to access and manipulate the data stored in many database management systems on computers of all sizes,from large mainframes to small microcomputers.
(Multiple Choice)
4.8/5
(28)
Which of the following statements selects the Title and ProductionCo fields from records whose title begins with the word "The" followed by a space and zero or more characters,and then sorts the records in descending order by the ProductionCo field? 

(Not Answered)
This question doesn't have any answer yet
Write a SQL SELECT statement that selects the MemberID,LastName,JoinDate,and MemberType fields from all of the records.
(Essay)
4.8/5
(33)
Write a SQL SELECT statement that selects only the records for the Senior members.Select all of the fields.
(Essay)
4.9/5
(35)
Write a SQL SELECT statement that selects all of the fields and records in the table.Sort the records in ascending order by the MemberType field.
(Essay)
4.7/5
(33)
Which of the following locates the record whose PartNum field contains KL542,and then assigns the record to the row variable? 

(Not Answered)
This question doesn't have any answer yet
You can use the ____ associated with a query to invoke the query during run time.
(Multiple Choice)
4.9/5
(45)
When you don't know the specific value to include in the criteria,you use a ____.
(Multiple Choice)
4.8/5
(30)
An Insert query uses the ____ statement to add a record to a database.
(Multiple Choice)
4.7/5
(29)
If you want the records in a dataset to appear in a particular order when the application is started,you enter the Sort method in the form's ____.
(Multiple Choice)
4.7/5
(30)
The file that contains information about the tables,fields,records,and properties included in the dataset has an ____ extension.
(Multiple Choice)
4.8/5
(40)
Showing 1 - 20 of 58
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)