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
You use the ____ clause,which contains a condition,to limit the records you want to view.
(Multiple Choice)
5.0/5
(25)
The tblStudent table contains nine fields,one of which is the StudentID field.A user can type in any StudentID to select a particular student.The user provides 124541 as the StudentID to select.Which of the following statements deletes the student record specified by the user? 

(Not Answered)
This question doesn't have any answer yet
Which of the following SELECT statements will select the ProdNum field from the tblProducts table,and then sort the records in descending order by the Price field? 

(Not Answered)
This question doesn't have any answer yet
Write a SQL SELECT statement that deletes member 42315 from the tblMembers table.
(Essay)
4.7/5
(36)
An application using the dataset should allow a user to type in a price to use to query the dataset.Which of the following clauses would allow a user to select the records for collars with a price of 15 or more?
(Multiple Choice)
4.9/5
(32)
One record is added to the AccountsDataSet.Which of the following statements will save the record in the Accounts database?
(Multiple Choice)
4.8/5
(24)
Three records were added to the ContractsDataSet.Write the statement to save the records in the Contracts database.
(Essay)
4.8/5
(33)
The parameter marker is a(n)____.
A) ?
B) *
C) &
D) %
(Not Answered)
This question doesn't have any answer yet
The statement SELECT YearWon,Title,ProductionCo FROM tblMovies WHERE YearWon >= 2006 selects all of the fields from records for the year 2006 and later.
(True/False)
4.9/5
(32)
What method could be used to invoke the previous query during run time?
(Multiple Choice)
4.8/5
(34)
The ____ provides an easy way of associating the query with one or more methods.
(Multiple Choice)
4.8/5
(29)
In order for an application to use a query during run time,you will need to save the query and then invoke it from code.
(True/False)
4.8/5
(31)
Which of the following SELECT statements will select the ItemNum and ItemDesc fields from the tblItems table?
(Multiple Choice)
4.8/5
(37)
The FillByMake method is associated with a parameter query.Which of the following statements invokes the method and passes the contents of the txtMake control's Text property? 

(Not Answered)
This question doesn't have any answer yet
Write the statement to find the record of a contract with the last name Green and assign the record to a row variable that you declare.Then write the statement to delete that record from the database.
(Essay)
4.8/5
(32)
Showing 41 - 58 of 58
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)