[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 2930 > < TAKE 3 >
3 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
14400 | Brown, Brandon, E | 94109 | San Francisco | California | United States |
15279 | Lee, Hunter, E | 94109 | San Francisco | California | United States |
15533 | Richardson, Anna, R | 94109 | San Francisco | California | United States |
Generated 2025-10-14 22:00:32.245 UTC