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
_is a tool provided by Visual Studio for creating and modifying SQL queries.
Free
(Multiple Choice)
4.8/5
(31)
Correct Answer:
C
A complete set of data for a single student that includes the following information is called a . Student ID, First Name, Last Name, Major, Class
Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
C
_allows individual controls such as text boxes and labels to be linked to and automatically display the contents of a data source.
Free
(Multiple Choice)
4.8/5
(31)
Correct Answer:
A
The _control displays information from a dataset in row and column format.
(Multiple Choice)
4.9/5
(37)
__allows you to query many types of data from virtually any source.
(Multiple Choice)
4.8/5
(43)
Assume the following table named Student exists in a database: Name Number Address GPA CumHrs
Adams, Carol 123 Redford Hall 3.6 67
Baker, Paul 345 Kingman Hall 2.1 34
Jones, Jill 456 Bassett Hall 3.2 89
Smith, Mary 887 Redford Hall 3.8 112
Taylor, Darren 987 Bassett Hall 3.7 55
Which of the following SQL statements will return only the student name and GPA from the Student table for all students having a GPA that is greater than or equal to 3.5?
(Multiple Choice)
4.8/5
(44)
Which table adapter method reads data from the database into the dataset?
(Multiple Choice)
4.9/5
(38)
A _is the design of tables, columns and relationships between tables for the database.
(Multiple Choice)
4.9/5
(38)
The SelectedValue property of a data-bound ListBox returns the value in the column specified by the ____property.
(Multiple Choice)
5.0/5
(41)
A is a column or columns) that uniquely identifies each row of data in a database.
(Multiple Choice)
4.8/5
(41)
A ____is an in-memory copy of data read from database tables.
(Multiple Choice)
4.8/5
(36)
Which statement does NOT accurately describe a database row?
(Multiple Choice)
4.8/5
(39)
In an SQL query, the _wildcard character, used with the LIKE operator, will match multiple unknown characters.
(Multiple Choice)
4.8/5
(36)
A ____component passes data from one or more database tables to your program.
(Multiple Choice)
4.8/5
(38)
In Visual Studio, choose the ___template when creating a database file.
(Multiple Choice)
4.9/5
(37)
A unique student ID number could be used as a ____, whereas a student's last name would not be suitable because two students might have the last name.
(Multiple Choice)
4.9/5
(34)
A table adapter's method is used to add a new row to a table.
(Multiple Choice)
4.9/5
(35)
The correct SQL syntax to sort a table by Last_Name in order of A-Z is _.
(Multiple Choice)
4.8/5
(29)
Showing 1 - 20 of 32
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)