Multiple choice technology programming languages

Can proc sort do everything a normal SQL can do?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

PROC SORT in SAS is specialized for sorting datasets and cannot perform all relational database operations supported by SQL, such as complex joins, group aggregations, and subqueries.