Definition: The Word "Delete Field" is a command that deletes or removes an existing field from a database table in SQL Server. Definition: The DELETE statement is used to delete rows in a table, including records based on certain criteria. It can be used for many operations such as deleting data based on specific values, deleting data based on date ranges, and deleting data based on conditions.