Q151 Examine the description of the PRODUCTS table

Which three queries use valid expressions?
- A) SELECT product_id, unit_price || 5 “Discount”, unit_price + surcharge – discount FROM products;
- B) SELECT product_id, unit_price, unit_price + surcharge FROM products;
- C) SELECT product_id, unit_price, 5 “Discount”, unit_price + surcharge – discount FROM products;
- D) SELECT product_id, expiry_date * 2 FROM products;
- E) SELECT product_id, (unit_price * 0.15/ (4.75 + 552.25)) FROM products;
- F) SELECT product_id, (expiry_date – delivery_date) * 2 FROM products;
Xem thêm:
- Q87. Some archived log backups have been accidentally deleted from storage
- Q30. Which three actions are performed by Oracle Preinstallation RPM, oracle-database-server-xxxx-preinstall, for Oracle Grid Infrastructure, where xxxx is the Oracle version and release?
- RAM là gì?
- Bàn luận về việc Cải thiện hiệu suất tổng thể cho Oracle database
- Các file cấu hình PostgreSQL phổ biến
