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
Rather than retrieving or manipulating the data directly, applications send instructions to the DBMS, and the DBMS carries out those instructions and sends the results back to the application.
(True/False)
4.8/5
(41)
In SQL, if you need to include a single quote as part of a string, simply write two consecutive single quotes in its place.
(True/False)
4.7/5
(45)
A ____________ can display an entire database table in a scrollable grid on an application's form.
(Multiple Choice)
4.7/5
(35)
The Desc operator can be used to sort the results of an SQL Select query in descending order.
(True/False)
4.9/5
(39)
When you use the ____________ in a Select statement, only the rows that meet the search criteria are returned.
(Multiple Choice)
4.9/5
(46)
A ____________ is a set of individual controls that are bound to the columns in a single row. For example, it might display multiple data items for a single student.
(Multiple Choice)
4.9/5
(28)
Data stored in a database table is organized into rows and columns.
(True/False)
4.8/5
(43)
____________ is automatically installed on your system when you install Visual Studio.
(Multiple Choice)
4.8/5
(43)
Showing 61 - 69 of 69
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)