Append a table into db and check the column name

dbAppendTable(con, table, data)

Arguments

con

A connection object as produced by dbConnect

table

The target table name

data

A data frame to write into table