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
If a column contains no data, it is said to be ____________.
(Multiple Choice)
4.7/5
(41)
The table column designated as the primary key must hold a unique value for each row.
(True/False)
4.9/5
(39)
If an application needs to store only a small amount of data, sequential and binary files are efficient and easy to use.
(True/False)
4.9/5
(41)
When you make changes to a database table in one form, the changes automatically appear in other forms that connect to the same table using their own datasets.
(True/False)
4.9/5
(37)
You can add your own SQL queries to a table adapter and call them from your C# code.
(True/False)
4.8/5
(36)
When you use Visual Studio to create a database, the database file will be created in the project folder.
(True/False)
4.8/5
(43)
A database management system stores data in a ____________ .
(Multiple Choice)
4.7/5
(28)
In SQL, you use the ____________ to retrieve the rows in a table.
(Multiple Choice)
4.8/5
(41)
There are numerous DBMSs in use today, and Visual C# can interact with many of them.
(True/False)
4.8/5
(37)
A .NET application requires a set of special components that let it connect to, and work with, a database.
(True/False)
4.9/5
(32)
To bind a ListBox control to a column, you must set two of the controls properties: DataSource and DisplayMember.
(True/False)
4.9/5
(45)
A ____________ connects to a data source and can retrieve and update data from a table in a data source.
(Multiple Choice)
4.9/5
(43)
Data-bound controls automatically display data from a data source and can be used to modify the data they are bound to.
(True/False)
4.9/5
(43)
When you create a database table, you must specify a data type for each column.
(True/False)
4.8/5
(27)
In SQL, the ____________ can be used to search for a substring.
(Multiple Choice)
4.8/5
(36)
In SQL, the asterisk symbol is used as a wildcard to represent a single character.
(True/False)
4.9/5
(41)
A ____________ is a complete set of information about a single item in a table.
(Multiple Choice)
4.8/5
(40)
Rather than displaying multiple rows at once, a Details view lets the user see one row at a time.
(True/False)
4.8/5
(35)
The ____________ identifies the table from which the data-bound control will get its data.
(Multiple Choice)
4.8/5
(42)
Showing 21 - 40 of 69
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)