Sample Solution: SELECT salesman.name AS "Salesman", customer.cust_name, customer.city FROM salesman,customer WHERE ...
確定! 回上一頁