I have created a dataset called "Employee", it is specialized into 2 subclasses ("Teacher" and "Seller").
Let's suppose i generate 20 Employee, in which way i can reference the first 10 tuples of employee with the dataset type created in Teacher and the last 10 tuples in Seller?
↧
Picking specific values from dataset
↧