SQL Delete и усеченные ряды
DELETE FROM Customers
WHERE customer_id = 5;
SAMER SAEID
DELETE FROM Customers
WHERE customer_id = 5;