The ____________________ function is used to select a database or change to a different database.
Fill in the blank(s) with the appropriate word(s).
mysql_select_db()
Computer Science & Information Technology
You might also like to view...
Which of the following statements assigns the contents of the txtGrade control, in uppercase, to the strGrade variable?
A. If strGrade = txtGrade.Text.ToUpper Then B. strGrade.ToUpper = txtGrade.Text C. strGrade = txtGrade.Text.ToUpper D. txtGrade.Text.ToUpper = strGrade
Computer Science & Information Technology
One way of accessing data from multiple source documents within an XSLT style sheet is by using the _____unparsed-text()function.
A. ?XPath 2.0 B. ?XSLT 1.0 C. ?XSLT 2.0 D. ?XPath 1.0?
Computer Science & Information Technology