[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 1965 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 16605 | Randall, Toni | 2444 | Port Macquarie | New South Wales | Australia |
| 26591 | Chen, Aimee | 3220 | Geelong | Victoria | Australia |
Generated 2025-11-01 07:16:05.121 UTC