[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 3685 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 23326 | Ye, Tiffany, K | 90706 | Bellflower | California | United States |
| 22453 | Long, Dakota, N | 64283 | Darmstadt | Hessen | Germany |
| 20793 | Martin, Gary, L | 91940 | Les Ulis | Essonne | France |
Generated 2025-11-02 23:46:56.560 UTC