CSDL - Edit
CSDL - Edit
Customers(customerid,firstname,lastname,address,city,countr
y,email,phone,gender)
Orders(orderid,customerid,netamount,tax,totalamount,orderda
te)
Orderlines(orderlineid,orderid,productid,quantity)
Products(productid,color,title,price)
Cho CSDL:
Customers(customerid,firstname,lastname,address,city,countr
y,email,phone,gender)
Orders(orderid,customerid,netamount,tax,totalamount,orderda
te)
Orderlines(orderlineid,orderid,productid,quantity)
Products(productid,color,title,price)
(orderlineid,orderid,productid,quantity,color,title,price,
customerid,netamount,tax,totalamount,orderdate)
Select productid,title