Which statement should you use?

HOTSPOT
You need to use R code in a Transact-SQL statement to merge the repeating values 1 through 6 with Col1 in a
table.
Which statement should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

HOTSPOT
You need to use R code in a Transact-SQL statement to merge the repeating values 1 through 6 with Col1 in a
table.
Which statement should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Answer:

Explanation:
https://docs.microsoft.com/en-us/sql/advanced-analytics/tutorials/rtsql-r-and-sql-data-types-and-data-objects



Leave a Reply 1

Your email address will not be published. Required fields are marked *


rai

rai

# @InputDataSet: input data frame, result of SQL query execution
# @OutputDataSet: data frame to pass back to SQL

Inside R script, this data will be available in the form of a dataset with the default name of InputDataSet, if you haven’t changed it using @input_data_1_name parameter.