Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Vivek Yadav, an engineering manager from ...
-- QUESTION #1: Using the Order Details table, how would you calculate the expanded price of an order? -- HINT: Expanded Price = [Unit Price * (1 - Discount)] * Quantity -- HINT: Use the ERD provided.
Currently more and more built-in scalar functions are moved to functions modules, e.g. #9435. It avoids using a long enum of all built-in scalar functions which is hard to maintain. But for Comet, we ...