cara menghapus rekaman sql delphi

qry.sql.clear;
qry.sql('DELETE FROM');
qry.sql('WHERE');
execSQL;
FormShow(Self);
Grotesque Goshawk