[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 750 < SKIP 2525 > < TAKE 3 >
3 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
22255 | Rogers, Nicole, E | 98104 | Seattle | Washington | United States |
22290 | Jenkins, Jocelyn, R | 98104 | Seattle | Washington | United States |
22350 | Powell, Riley, M | 98104 | Seattle | Washington | United States |
Generated 2025-10-14 16:16:22.898 UTC