[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 2500 SHUFFLE < SKIP 1991 > < TAKE 2 >
2 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
19766 | Lin, Edwin | 2036 | Malabar | New South Wales | Australia |
14488 | Hughes, Connor, S | 94704 | Berkeley | California | United States |
Generated 2025-07-18 11:41:09.084 UTC