Match the following acronyms with their description:
I. VBA
II. DBMS
III. ACCDE
IV. RAM
V. SQL
A. Where most Office programs store their files while the user is working
B. Used in several database programs
C. Used to create modules
D. A database format that only allows data entry
E. Access is one example.
C, E, D, A, B
You might also like to view...
The outline of a selection is called the ____ of the selection.
A. alias B. foreground C. side D. edge
An email address is divided into two parts: a user name and a domain name. _________________________
Answer the following statement true (T) or false (F)
Chase is trying to extract records for employees 423 through 428 out of a comma separated values file and store them in another one. Which of the following commands would accomplish this?
A. cat employees.csv | grep 423,424,425,426,427,428 > employees.csv B. cat employees.csv | grep “42[3-8]” > employees-newhires.csv C. grep “42[3-8]” employees.csv > employees-newhires.csv D. grep “42[3-8]” < employees.csv > employees-newhires.csv
Explain what is meant by a query that is “grouped by” state.
What will be an ideal response?