[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 2000 < SKIP 992 > < TAKE 3 >
3 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
15271 | Yang, Samuel, R | 98104 | Seattle | Washington | United States |
15777 | Smith, Brianna, D | 98104 | Seattle | Washington | United States |
16099 | Jenkins, Julian | 98104 | Seattle | Washington | United States |
Generated 2025-07-20 04:28:00.819 UTC