[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 512 < SKIP 3296 > < TAKE 2 >
2 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
26712 | Wilson, Ashley, S | 92102 | San Diego | California | United States |
28225 | Ross, Robert | 92102 | San Diego | California | United States |
Generated 2025-07-13 19:17:32.521 UTC