What are the operations performed by SQL when we execute 'Delete From Table_name' command;
What are the operations performed by SQL when we execute 'Delete From Table_name' command;
1 It deletes all the data from the table 2 It writes to the log file what are deleted 3 May throw an error if linked to another table by foreignkey constraint
No one has followed this question yet.