[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 1000 SHUFFLE < SKIP 434 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 25799 | James, Arianna, A | OX1 | Oxford | England | United Kingdom |
| 12843 | Smith, Summer, K | 41100 | Saint Ouen | Loir et Cher | France |
Generated 2025-11-06 01:02:28.987 UTC