[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 3467 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 18759 | Phillips, Devin | V0 | Sooke | British Columbia | Canada |
| 20027 | Murphy, Danielle | 91203 | Glendale | California | United States |
| 17774 | Gutierrez, Brandi, S | 01071 | Dresden | Hessen | Germany |
Generated 2025-11-06 02:19:27.440 UTC