(Choose 2 answers)
After you query a database, how do you load query results into a dataframe so you can perform data analysis? Select two answers.
A. Use the sqlLoad() function.
B. Use the sqlQuery() function.
C. Use the sqlFetch() function.
D. Use the sqlCommit() function.