Identify the letter of the choice that best matches the phrase or definition.

A. A specialized language used for working with databases
B. A free open-source database engine that was designed specifically for Web use
C. A database management program that is part of the Microsoft Office suite
D. The most frequently used database management interface for MySQL databases
E. A temporary collection of data retrieved from a database and stored on the application server that generates the Web page when that page is loaded in a browser window
F. All the information that a Web application server needs to connect to a database
G. Enables you to specify which data you want to retrieve from the database and display in the Web page
H. Enables you to specify what will happen to the information collected from the Web page
I. Lists all the records in the recordset that you create for the page
J. Displays the detail of the selected record
K. A collection of information that is arranged for ease and speed of search and retrieval and usually associated with a specific software package, such as MySQL or Microsoft Access
L. Checks the database when a user submits the form to ensure that the user name and password are valid

A. SQL
B. MySQL
C. Access
D. phpMyAdmin
E. recordset
F. connection string
G. Recordset behavior
H. Insert Record behavior
I. master page
J. detail page
K. database
L. Log In User server behavior

Computer Science & Information Technology

You might also like to view...

_______ threats encompass threats related to electrical power and electromagnetic emission.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

MC Which of the following correctly calls the math module function sqrt with a value of 36?

a) math(sqrt, 36). b) math.sqrt(36). c) math.sqrt = 36. d) None of the above.

Computer Science & Information Technology