Exam 11: Databases
Exam 1: Introduction to Computers and Programming161 Questions
Exam 2: Introduction to Visual C#131 Questions
Exam 3: Processing Data176 Questions
Exam 4: Making Decisions78 Questions
Exam 5: Loops, Files, and Random Numbers112 Questions
Exam 6: Modularizing Your Code with Methods69 Questions
Exam 7: Arrays and Lists99 Questions
Exam 8: More About Processing Data90 Questions
Exam 9: Classes and Multiform Projects89 Questions
Exam 10: Inheritance and Polymorphism37 Questions
Exam 11: Databases69 Questions
Select questions type
The DBMS works directly with the data and sends the results of operations back to the ____________.
Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
A
The application handles the mechanical details reading of, writing of, and searching for data in a database.
Free
(True/False)
4.9/5
(37)
Correct Answer:
False
A(n) ____________ is a column that contains unique values generated by the DBMS, usually using a counter.
Free
(Multiple Choice)
5.0/5
(39)
Correct Answer:
B
Once data items are stored using a database management system, applications may be written in ____________ to communicate with the DBMS.
(Multiple Choice)
4.8/5
(44)
A ____________ is a component that can connect user interface controls directly to a dataset.
(Multiple Choice)
4.9/5
(34)
A ____________ is a source of data with which the application can work. Examples are databases, and Excel spreadsheets.
(Multiple Choice)
4.9/5
(44)
In SQL, the ____________ requires that both search criteria be true in order for a row to be qualified as a match.
(Multiple Choice)
4.9/5
(36)
The Not operator can be used in SQL to disqualify a character pattern in a search criteria.
(True/False)
4.8/5
(28)
SQL uses database mnemonics to construct statements, which are also known as table adapter queries.
(True/False)
4.8/5
(42)
The ____________ identifies a column from the table to display in a ListBox control.
(Multiple Choice)
5.0/5
(31)
SQL provides the ____________ for determining the number of matching rows in a table.
(Multiple Choice)
4.7/5
(46)
SQL, which stands for ____________, is a standard language for working with database management systems.
(Multiple Choice)
4.9/5
(33)
In a database, each ____________ holds a collection of related data items.
(Multiple Choice)
4.9/5
(41)
The table row designated as the primary key must hold a unique value for each column.
(True/False)
4.8/5
(37)
A(n) ____________ is an SQL statement stored in a table adapter object, which can be executed simply by calling a method.
(Multiple Choice)
4.8/5
(44)
The equal to and not equal to operators in SQL are different from those in C#.
(True/False)
4.9/5
(39)
In SQL, you use keywords to construct statements, which are also known as ____________.
(Multiple Choice)
4.9/5
(41)
A ____________ gets a copy of a table from the table adapter and keeps the copy of the table in memory.
(Multiple Choice)
4.8/5
(34)
In SQL, the ____________ calculates the average value in a particular column.
(Multiple Choice)
4.8/5
(42)
Showing 1 - 20 of 69
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)