I have two tables Order with columns:
Order
orderId(int), name(varchar), customerId(varchar), sent(bool), deleted(bool)
And Cust
Cust