[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 484 SHUFFLE < SKIP 1098 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 27582 | Nath, Latoya, A | 4000 | Brisbane | Queensland | Australia |
| 16238 | Arun, Ann | 90210 | Beverly Hills | California | United States |
| 26145 | Shen, Calvin, W | 4000 | Brisbane | Queensland | Australia |
Generated 2025-11-06 03:27:45.608 UTC