I'm check the execution plan but I'm a beginner with the db. I must have a query which is the best.
I have this tables : create table CUSTOMER_ORDER (Orderid INT IDENTITY(1,1) NOT NULL, Orderdate DATETIME NOT NULL, Mode VARCHAR(50) NOT NULL, State...
Separate names with a comma.