+ 15
What will happen if we forget to write where clause to update table in sql queries?
Suppose in a table Employee I want to update employee's name but we forgot to write where clause.
5 Respuestas
+ 1
It's gonna change all name in column to specified one.😂😂
+ 1
it will update all employees name with same name
+ 1
If this happens on mission critical database you'll probably get fired ;-)
+ 1
The column of table employee will have same names. Every row will get updated with the changes
0
Ofcourse it will update all the name in table