This function differs from the send() and query() functions in that it provides additional features such as a progress bar and time estimations.

execute(
  conn,
  sql_statement,
  profile = FALSE,
  progressBar = TRUE,
  reportOverallTime = TRUE,
  ...
)