Results 1 to 5 of 5

Thread: Why Truncate is DDL?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Junior Member
    Join Date
    May 2007
    Answers
    16

    Re: Why Truncate is DDL?

    Glad I could help


    Keep inventing.

    Regards.


  2. #2
    Junior Member
    Join Date
    May 2008
    Answers
    4

    Re: Why Truncate is DDL?

    TRUNCATE TABLE handles table as an entity to clear all data from the specified table. It does not create log while deleting data from the table so it can not be rolled back. As it handles table it is DDL i.e Data Definition Language command.

    Where as DELETE command deletes specified rows with WHERE condition so it is DML.
    DELETE command creates log entry after deleting rows so can be rolled back.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact