Answer:
The correct answer for the given question is "true".
Step-by-step explanation:
Yes delete is a verb in a database table because it perform the action it means it will delete the data or record from a database table .The SQL query of delete is
Delete from tablename ;
For example :delete name from student;
In this query name will deleted from student table this action will be performed by delete query so we conclude that delete is a verb.