[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 2872 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 16380 | Torres, Mariah | V9B 2C3 | Shawnee | British Columbia | Canada |
| 22129 | Hall, Chloe, L | 90210 | Beverly Hills | California | United States |
| 17754 | King, Stephanie, W | 57000 | Metz | Moselle | France |
Generated 2025-11-05 18:00:56.946 UTC