What is the advantage of having PRIMARY KEY defined with this syntax ((COURSE_TITLE), COURSE_ADDED_YEAR))) ? 1. COURSE_ADDED_YEAR column Provide uniqueness within the partition as well as ordering criteria
2. COURSE_ADDED_YEAR column Groups related data on a single node