IT Placement Papers Database MYSQL
This category contains MYSQL Interview Questions and Answers |
When would you use ORDER BY in DELETE statement?
|
|
|
|
|
When you’re not deleting by row ID. Such as in DELETE FROM techinterviews_com_questions ORDER BY timestamp LIMIT 1. This will delete the most recently posted question in the table techinterviews_com_questions.
Only registered users can write comments. Please login or register.
|