Computer scienceFundamentalsSQL and DatabasesBasics SQLData Definition Language

Comparison of DELETE and TRUNCATE

TRUNCATE/DELETE query

Report a typo

These are the 5 lines from the sales table:

Salesperson Region Order amount Month
A. Brown South 15000$ April
M. Rogers East 12600$ June
K. Smith East 25000$ May
T. Pratt West 67000$ January
M. Parker East 4800$ May

Imagine you want to remove all the items related to the East region from your table.

Write a query for it using the correct command.

Enter a short text
___

Create a free account to access the full topic