Search code examples
sqldatabasesql-updatewhere-clause

UPDATE Query without WHERE Clause


Can the UPDATE query be used without a WHERE clause? And if so in what conditions?


Solution

  • if you don't use the WHERE clause all the records on the table will be affected