Webastor - Programming Tips and Tricks

Programming language => Sql => Topic started by: Zac on October 29, 2014, 08:30:19 PM

Title: What happens if you omit the WHERE clause in a delete statement?
Post by: Zac on October 29, 2014, 08:30:19 PM
Hello everyone, I would like to ask you a problem of ethics. I would like to know what happens if you omit the where clause in a delete statement? That's it, thank you very much for your help. Thank you very much in advance.
Title: Re: If you omit the where
Post by: Billy on July 14, 2017, 02:43:11 PM
if you don't use the WHERE clause all the records on the table will be affected