[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 4043 > < TAKE 4 >
4 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 22649 | Tang, Corey | 57000 | Metz | Moselle | France |
| 19784 | Liu, Christy | 4810 | Townsville | Queensland | Australia |
| 15407 | Lee, Julia | 98104 | Seattle | Washington | United States |
| 28726 | Liang, Kelli, C | 24044 | Kiel | Saarland | Germany |
Generated 2025-11-03 23:14:02.737 UTC