Write a query that returns any orders that were placed in 2006. the orders must have a total due over $1,000 or have a non-NULL credit card. display the order Id, order date, total due, and credit card information.
Write a query that returns any orders that were placed in 2006. the orders must have a total due over $1,000 or have a non-NULL credit card. display the order Id, order date, total due, and credit card information. on
Viết một truy vấn mà trả về bất kỳ đơn đặt hàng đã được đặt trong năm 2006. đơn đặt hàng phải có một tổng do trên 1.000 $ hoặc có thẻ tín dụng phi NULL. hiển thị Id đặt hàng, ngày đặt hàng, tổng số do, và thông tin thẻ tín dụng.