Answered Questions

  • difference between truncate and delete

    Hasan

    • Dec 15th, 2012

    Truncate is a ddl...delete is dml
    cannot rollback data in truncate...rollback data in delete
    truncate -delete entire data not structure...it delete specific datas

    VASU

    • Oct 20th, 2012

    By using delete we have to delete particular records only..
    If we use truncate we cannot retrieve the data permanently...