[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 593 SHUFFLE < SKIP 265 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 13339 | Clark, Nicole, G | 95062 | Santa Cruz | California | United States |
| 12804 | Chander, Jaclyn, A | 59491 | Villeneuve-d'Ascq | Nord | France |
| 21896 | Subram, Roy | 3220 | Geelong | Victoria | Australia |
Generated 2025-11-05 03:10:27.287 UTC