[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 3669 SHUFFLE < SKIP 2424 > < TAKE 2 >
2 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
13579 | Chen, Alan | 85049 | Ingolstadt | Bayern | Germany |
23380 | Campbell, Gabriel, B | 91941 | Grossmont | California | United States |
Generated 2025-07-21 06:54:52.359 UTC