[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 250 < SKIP 2992 > < TAKE 3 >
3 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
15407 | Lee, Julia | 98104 | Seattle | Washington | United States |
15777 | Smith, Brianna, D | 98104 | Seattle | Washington | United States |
15951 | Baker, Jenna, J | 98104 | Seattle | Washington | United States |
Generated 2025-10-12 19:40:38.710 UTC