Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 391 Bytes

Compare Data Analysis Language.md

File metadata and controls

4 lines (4 loc) · 391 Bytes
Concepts Sub Concepts Pandas R Language SQL Language SAS Language
Storage-Column-Row DataFrame-Variable-Observations DataFrame-Variable-Observations Table-Column-Rows Dataset-Variable-Observations
Query select the column employee employee select * employee proc sql;select * from employee; quit;