[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 4849 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 12899 | Ross, Ana, T | 91203 | Glendale | California | United States |
| 25568 | Wu, Christy, D | 4169 | East Brisbane | Queensland | Australia |
| 25072 | Murphy, Alyssa, O | 97301 | Salem | Oregon | United States |
Generated 2025-11-04 18:06:52.285 UTC