[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 2863 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 27937 | Alvarez, Kristine, F | 20354 | Hamburg | Hamburg | Germany |
| 28057 | Anderson, Rachel | 98104 | Seattle | Washington | United States |
| 14493 | Parker, Sara | 90505 | Torrance | California | United States |
Generated 2025-11-05 04:13:49.987 UTC