[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 0 SHUFFLE < SKIP 3579 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 13928 | Morris, Nathaniel, K | 98403 | Tacoma | Washington | United States |
| 11482 | Torres, Adrienne, C | WA3 7BH | Warrington | England | United Kingdom |
Generated 2025-11-04 22:06:49.664 UTC