By typing Like "manager*" in the Query Design grid's criteria section of a JobTitle field, your results would include ________

A) all records with the word "manager" located anywhere in the field.
B) all records with the word "manager" located at the beginning of the field.
C) all records with the word "manager" located at the end of the field.
D) no records because the criteria is not entered correctly.


B

Computer Science & Information Technology

You might also like to view...

Give the command for displaying the long listing of all the files and directories in the linuxtools.tar.gz file.

What will be an ideal response?

Computer Science & Information Technology

What happens at line 2?

``` 1 string s = “math is fun!”; 2 int f = s.at(0) 3 int t = s.size(); 4 int n = s.at(5); 5 int y = s.at(s.5); ``` A. The value of f is m. B. The value of f is [] (empty set). C. The program will not compile. D. The program crashes when it runs.

Computer Science & Information Technology

Answer the following statement(s) true (T) or false (F)

1. Repeaters filter the signal. 2. Hubs are the heart of the token ring topology. 3. Bridges operate at the physical layer (layer-1) of the OSI model. 4. Switches have their own bandwidth. 5. The NIC functions in both the physical and data link layer of the OSI model.

Computer Science & Information Technology

What federal agency is charged with safety and health in the workplace?

a. Occupational Safety and Health Administration (OSHA) b. Workplace Safety and Hazard Administration (WSHA) c. Office Safety and Standards Department (OSSD) d. Hazardous Materials and Safety Management (HMSM)

Computer Science & Information Technology