[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country < ORDER BY City TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SKIP 0 SHUFFLE < SKIP 3011 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 26211 | Yuan, Bridget | SW19 3RU | London | England | United Kingdom |
| 15369 | Perez, Connor | 98168 | Burien | Washington | United States |
| 11433 | Shan, Maurice, M | 93290 | Tremblay-en-France | Seine Saint Denis | France |
Generated 2025-10-28 04:42:51.603 UTC