[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 2500 > < TAKE 2 >
2 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
28799 | Nelson, Amber, A | 91203 | Glendale | California | United States |
18194 | Kumar, Yolanda, J | 6006 | Perth | South Australia | Australia |
Generated 2025-07-12 01:37:32.419 UTC