## Part 1
Pseudocode parse the to sport and health records in the part 1 of assignment 1
Create table workout with column family member_info, weight_Shed_from_Exercise, trainer
put workout row1 {
row <-1 key
member_info:member_id<-2011078
member_info:member_name<-Ozcan Ozan
e e e e member_info:member_since<-2011
Weight_Shed_from_Exercise:Bicep_Curl<-25
Weight_Shed_from_Exercise:Triceps_Deeps<-body_weight
Weight_Shed_from_Exercise:plank<-body_weight
Trainer:Trainer1<-Heather Smith
Trainer:Trainer2<-Barbara Eden
Trainer:Trainer3<-James Martin
}
## Part 2
Pseudocode parse the to 50 years old UMGC academic records system in the part 2 of
assignment 1
Create table umgc_academic_record with column family Student_Info, Program_Info,
Course_Grades_ITEC, Course_Grades_DBST,
Course_Grades_DATA, Course_Instructors_ITEC, Course_Instructors_DBST,
Course_Instructors_DATA
put umgc_academic_record row1 {