Deleting Records
Delete records in Standard by appending the table declaration with a - and the query conditions to delete by.
[vehicles] - <make "Chevy">
Delete records in Standard by appending the table declaration with a - and the query conditions to delete by.
[vehicles] - <make "Chevy">