Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 417 Bytes

File metadata and controls

14 lines (9 loc) · 417 Bytes

Connecting to SQL

A repo of examples of connecting to SQL in different ways from R.

Question Prompts

a) Will we do the data manipulations in R environment or SQL environment? b) Will we save our output in SQL or elsewhere?

Analytical Q

I want to know which month in MODELLING_SQL_AREA.dbo.New_Cambridge_Score had the most men aged 30-43. What's the best code to answer that (admittedly dull) question?