Exam 10: Working With Databases
Exam 1: Introduction to Programming and Visual Basic40 Questions
Exam 2: Creating Applications With Visual Basic36 Questions
Exam 3: Variables and Calculations41 Questions
Exam 4: Making Decisions39 Questions
Exam 5: Lists and Loops36 Questions
Exam 6: Procedures and Functions31 Questions
Exam 7: Multiple Forms, Modules, and Menus36 Questions
Exam 8: Arrays and More34 Questions
Exam 9: Files, Printing, and Structures36 Questions
Exam 10: Working With Databases32 Questions
Exam 11: Developing Web Applications33 Questions
Exam 12: Classes, Collections, and Inheritance36 Questions
Select questions type
Which item describes the function of the following SQL statement? SELECT ID, Last_Name, First_Name, Address
FROM Members
WHERE Last_Name = @LastName
(Multiple Choice)
4.9/5
(33)
The SQL Select statement retrieves data from a database and returns it in a , a set of records matching the selection criteria.
(Multiple Choice)
4.8/5
(45)
In SQL the bit type is equivalent to which Visual Basic data type?
(Multiple Choice)
4.8/5
(47)
What is the simplest way to update a user's changes to the database?
(Multiple Choice)
4.8/5
(34)
The following statements are true about a data source except
(Multiple Choice)
4.9/5
(47)
You use to provide multiple selection conditions in an SQL statement.
(Multiple Choice)
4.9/5
(35)
Which of the following SQL WHERE clauses will select all students whose last name begins with "S"?
(Multiple Choice)
4.7/5
(38)
Each database ____is also known as a row in a database table.
(Multiple Choice)
4.8/5
(33)
Showing 21 - 32 of 32
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)