SQL Excluir e truncar linhas
DELETE FROM Customers
WHERE customer_id = 5;
SAMER SAEID
DELETE FROM Customers
WHERE customer_id = 5;