Access uses the ________ which combines data that exists in two or more fields, similar to the CONCATENATE function in Excel

Fill in the blank(s) with correct word


ampersand

Computer Science & Information Technology

You might also like to view...

What is accomplished by the call to sprintf in the code fragment below?

``` char ans[20]; int num = 40; sprintf(ans, "%d to %d", num, num + 10); ``` a. Nothing, the function name is misspelled. b. It returns as its value the string "40 to 50". c. It displays first the value of ans and then the string "40 to 50" (without the quote marks). d. It aborts because the value of ans is garbage. e. None of the above.

Computer Science & Information Technology

The LDAP Data Interchange Format Data ________ tool enables you to create, modify, and delete directory objects

Fill in the blank(s) with correct word

Computer Science & Information Technology

?Microsoft Edge allows users who want to annotate Web pages to

A. ?insert typed notes B. ?draw on the page with only a fingertip C. ?copy a screen image D. ?draw on the screen, but not save the page or the drawing

Computer Science & Information Technology

Many programmers today use a(n) ________, which is a software that helps them build their computer programs.

A. EULA B. IDE C. CAD D. SDLC

Computer Science & Information Technology