Store the given input in a remote database table. It will be stored either in a permanent table or a temporary table depending on tablePrefix.
computeDBQuery(table, tablePrefix, tableName, cdm, overwrite = TRUE)reference to the table
the input table
The stem for the permanent tables that will be created when running the diagnostics. Permanent tables will be created using this prefix, and any existing tables that start with this will be at risk of being dropped or overwritten. If NULL, temporary tables will be used throughout.
the input table
cdm reference object
if the table should be overwritten (default TRUE).