Answer:
Dataset.clone copies just the structure of dataset (including all the datatables, schemas, relations and constraints.); however it doesn't copy the data.
Dataset.copy , copies both the dataset structure and the data.
Asked In: Many Interviews |
Alert Moderator