INSERT INTO connection.table
Syntax
INSERT INTO connection.table [(col [, col ...])] {VALUES (<val> [, <val> ...]) | <select_expr>};