[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country < ORDER BY City TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SKIP 0 SHUFFLE < SKIP 3153 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 16782 | Clark, Lucas | 98366 | Port Orchard | Washington | United States |
| 18730 | Arthur, Johnathan | 2036 | Malabar | New South Wales | Australia |
Generated 2025-11-05 18:18:59.662 UTC