[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 SHUFFLE < SKIP 1244 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 19983 | Martinez, Michael, B | 90706 | Bellflower | California | United States |
| 22655 | Young, Lucas, M | 95010 | Hof | Bayern | Germany |
Generated 2025-11-05 18:21:45.052 UTC