SQL Eliminar y truncar filas
DELETE FROM Customers
WHERE customer_id = 5;
SAMER SAEID
DELETE FROM Customers
WHERE customer_id = 5;