[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 3461 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 20276 | Sanchez, Haley, R | 98104 | Seattle | Washington | United States |
| 15602 | Wu, Warren, M | 3198 | Seaford | Victoria | Australia |
| 23348 | Chen, Tiffany, A | 2036 | Matraville | New South Wales | Australia |
Generated 2025-11-05 16:01:47.071 UTC