If you wish to sort the results of a SQL Select query you ca… If you wish to sort the results of a SQL Select query you can use the ________. Read Details
Most database tables have a(n) ________ which is a column th… Most database tables have a(n) ________ which is a column that can be used to identify a specific row. Read Details
In SQL you use keywords to construct statements which are al… In SQL you use keywords to construct statements which are also known as ________. Read Details
The type of method that returns a specific element from a co… The type of method that returns a specific element from a collection is a(n) ________ method. Read Details
Which of the following is comparable to this LINQ query? The… Which of the following is comparable to this LINQ query? The array, ages, is an array of integers.var teens = from item in ages where item < 20 select item; Read Details
When you use the ________ in a Select statement, only the ro… When you use the ________ in a Select statement, only the rows that meet the search criteria are returned. Read Details
In SQL the ________ is used as a wildcard character and can… In SQL the ________ is used as a wildcard character and can be used to represent any sequence of zero or more characters. Read Details
When an application runs for the first time, Visual Studio c… When an application runs for the first time, Visual Studio copies the database file from the project’s folder to the project’s ________ folder which is in the bin/Debug folder. Read Details
________ methods perform a mathematical set operation on two… ________ methods perform a mathematical set operation on two collections of values. Read Details