[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 3145 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 16189 | Hughes, Amanda | PB12 | Peterborough | England | United Kingdom |
| 27288 | Richardson, Destiny, L | 92625 | Newport Beach | California | United States |
| 21082 | Edwards, Jason | 60323 | Frankfurt | Hessen | Germany |
Generated 2025-11-05 04:18:20.626 UTC