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
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
The IT department is sometimes called the ____ department.
A. CIO B. R&D C. MIS D. AIS
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"))
What is the default bullet marker?
a. circle b. square c. disc d. rectangle