Home »
MCQs »
MariaDB MCQs
In MariaDB, the DELETE statement deletes rows from a given table and returns a ____
14. In MariaDB, the DELETE statement deletes rows from a given table and returns a ____.
- count of the total remaining rows
- count of the number of deleted rows
- unique records id of the delete row
- null value
Answer: B) count of the number of deleted rows
Explanation:
In MariaDB, the DELETE statement deletes rows from a given table and returns a count of the number of deleted rows.