Home »
MCQs »
Ruby on Rails MCQs
There is no callback execution, and the row is simply deleted with an SQL ____ statement
27. There is no callback execution, and the row is simply deleted with an SQL ____ statement.
- DELETE
- DESTROY
- DELETE!
- DESTROY!
Answer: A) DELETE
Explanation:
There is no callback execution, and the row is simply deleted with an SQL DELETE statement.