A Web database lets people use a Web browser to ____ data in an Access database.

A. view
B. update
C. retrieve
D. all of the above


Answer: D

Computer Science & Information Technology

You might also like to view...

_____ is a system output stream object associated with the screen.

a. cout b. cerr c. cin d. both a &

Computer Science & Information Technology

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

1) The OS may suspend a process if it detects or suspects a problem. 2) All processor designs include a register or set of registers, often known as the program status word, which contains status information. 3) The process control block is the least important data structure in an OS. 4) A process switch may occur any time that the OS has gained control from the currently running process. 5) The principal function of the OS is to create, manage, and terminate processes.

Computer Science & Information Technology

The locking information for several transactions is shown in Table 2. Produce a wait-for-graph (WFG) for the transactions and determine whether deadlock exists.

![15272|438x264](upload://znVaJNY2zuuhaOkyFSZAvCkEagt.png)

Computer Science & Information Technology

Almost every command sent to MySQL from PHP  is executed with the ____ function.

A. mysql_connect() B. mysql_select() C. mysql_send() D. mysql_query()

Computer Science & Information Technology