[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country ORDER BY City DESC > TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SHUFFLE < SKIP 1692 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 12886 | Long, Jocelyn | 92102 | San Diego | California | United States |
| 24369 | Lopez, Chelsea | 1597 | Lane Cove | New South Wales | Australia |
| 22713 | Miller, Joseph, A | V8Y 1L1 | Cliffside | British Columbia | Canada |
Generated 2025-11-05 06:27:21.706 UTC