[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 1656 SHUFFLE < SKIP 852 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 17909 | Ortega, Joanna | 2300 | Newcastle | New South Wales | Australia |
| 22100 | Hall, Fernando | V6B 3P7 | Port Hammond | British Columbia | Canada |
| 15396 | Wilson, Julia | 98501 | Olympia | Washington | United States |
Generated 2025-11-05 20:48:25.008 UTC