SQL Usuń i obcinaj wiersze
DELETE FROM Customers
WHERE customer_id = 5;
SAMER SAEID
DELETE FROM Customers
WHERE customer_id = 5;