Solved

When a Query Modifies a Table but Does Not Return

Question 69

Multiple Choice

When a query modifies a table but does not return a result, you use the ___ function to determine how many rows/records were affected.


A) mysql_rows_affected()
B) mysql_affected_rows()
C) mysql_affected_records()
D) mysql_records_affected()

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions