[ROOT] dt DimCustomer SELECT Name, PostalCode, City, StateOrProvince, Country < ORDER BY City TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity SKIP 2000 SHUFFLE < SKIP 170 > < TAKE 2 >
2 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
19850 | Hill, Jeremiah, C | 90012 | Los Angeles | California | United States |
13946 | Powell, Jason, L | 97205 | Portland | Oregon | United States |
Generated 2025-07-15 09:13:34.495 UTC