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()


Answer: D

Computer Science & Information Technology

You might also like to view...

A file created by Microsoft Word is usually called a ____.

A. document B. spreadsheet C. slide show D. presentation

Computer Science & Information Technology

The IT department is sometimes called the ____ department.

A. CIO B. R&D C. MIS D. AIS

Computer Science & Information Technology

To refer to a particular object using VBA, the objects need to be referred to in their hierarchical structure. For example, to refer to cell A1 in a specific worksheet, the code would be ________

A) Application.Workbook (workbookname.xlsx).Worksheet("Sheet1").Range("A1") B) Application.Worksheet("Sheet1").Range("A1") C) Application.Workbook (workbookname.xlsx).Sheets("Sheet1").Range("A1") D) Application.Workbook (workbookname.xlsx).Worksheet(Range("A1"))

Computer Science & Information Technology

What is the default bullet marker?

a. circle b. square c. disc d. rectangle

Computer Science & Information Technology