Answer the following statements true (T) or false (F)

1. The Desc operator can be used to sort the results of an SQL Select query in descending order.
2. You can add your own SQL queries to a table adapter and call them from your C# code.
3. SQL provides several functions for performing calculations.
4. SQL uses database mnemonics to construct statements, which are also known as table adapter queries.



1. TRUE
2. TRUE
3. TRUE
4. FALSE

Computer Science & Information Technology

You might also like to view...

In the following code segment, the second if statement (in blue) is said to be ____. if (condition) { // statement (s)} else {    if (condition) {   } else {      // statement(s)     }}

A. tiered B. stacked C. nested D. layered

Computer Science & Information Technology

The DrawString method requires you specify all of the following except ________.

a) a string containing the text to draw b) the font to apply to the text c) a Pen with which to draw the text d) the position at which the first character of the text should be printed e) None of the above.

Computer Science & Information Technology

A(n) ________ is used to change settings such as formatting and captions

A) parameter list B) argument menu C) property sheet D) dialog box

Computer Science & Information Technology

Given that your MAC address is 00-50-8D-86-0A-07, calculate a link-local address for a non-Windows system.

A. FF02::2:0250:8DFF:FE86:0A07 B. FF02::2:0050:8D86:0A07 C. FE00::0050:8D86:0A07 D. FE00::0250:8DFF:FE86:0A07

Computer Science & Information Technology