Difference between copy() and clone()?

  • Copy method will copy the structure and data of the table.
  • Clone method will copy the structure of the table.