Statement: INSERT [INTO] (tablename) [(fieldnames)] VALUES (values)
Returned String: Records: x Duplicates: y Warnings: z
Statement: INSERT INTO (tablename) [(fieldnames)] SELECT (statement)
Returned String: Records: x Duplicates: y Warnings: z
Statement: LOAD DATA INFILE (filename) INTO TABLE (tablename)
Returned String: Records: w Deleted: x Skipped: y Warnings: z
Statement: ALTER TABLE
Returned String: Records: 60 Duplicates: 0 Warnings: 0
Statement: UPDATE (condition) (new value)
Returned String: Rows matched: x Changed: y Warnings: z