True/False
To update records in a table, use the UPDATE, SET, and WHERE keywords with the mysql_query() function.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q40: The _ function returns a text string
Q41: To prevent code from trying to create
Q42: To close the resultset, use _.<br>A) mysql_close()<br>B)
Q43: The <B>mysql_fetch_row() </B>function returns the fields in
Q44: The first record added to a table
Q46: The <B>mysql_connect()</B> function returns a _ as
Q47: To delete a table, use the _
Q48: You select a database or change to
Q49: The _ keyword, often used with the
Q50: The <B>mysql_free_result()</B> function _ the resultset.