[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 125 < SKIP 123 > < TAKE 2 >
2 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
11874 | Bell, Adrian | 91364 | Woodland Hills | California | United States |
12105 | Foster, Abigail, R | 91364 | Woodland Hills | California | United States |
Generated 2025-10-08 05:07:04.238 UTC