Which query type deletes records?

Prepare for the IT Operations Management (ITOM) Exam. Use flashcards and multiple choice questions with hints and explanations. Be ready for your test!

Multiple Choice

Which query type deletes records?

Explanation:
Removing rows from a table is done with the DELETE statement. It’s a data manipulation operation that removes records, typically using a WHERE clause to target specific rows (or without it to delete all rows). This differs from SELECT, which reads data; UPDATE, which changes existing data; and MAKE TABLE (or CREATE TABLE), which creates a new table. So for clearing out records, the DELETE query is the right choice.

Removing rows from a table is done with the DELETE statement. It’s a data manipulation operation that removes records, typically using a WHERE clause to target specific rows (or without it to delete all rows). This differs from SELECT, which reads data; UPDATE, which changes existing data; and MAKE TABLE (or CREATE TABLE), which creates a new table. So for clearing out records, the DELETE query is the right choice.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy