[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 1081 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 22910 | Tang, Latoya, F | 4655 | Hervey Bay | Queensland | Australia |
| 26036 | Wright, Haley | 2580 | Goulburn | New South Wales | Australia |
Generated 2025-10-29 23:01:26.649 UTC