[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 SKIP 0 SHUFFLE < SKIP 3011 > < TAKE 4 >
4 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 21171 | Taylor, Christopher, E | 4700 | Rockhampton | Queensland | Australia |
| 27283 | Hernandez, Jamie | V8Y 1L1 | Cliffside | British Columbia | Canada |
| 24287 | Martinez, John, J | 91910 | Chula Vista | California | United States |
| 20451 | Anand, Kelli, A | 2300 | Newcastle | New South Wales | Australia |
Generated 2025-11-02 07:58:06.545 UTC