[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 3375 SHUFFLE < SKIP 3275 > < TAKE 3 >
3 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
18949 | Hall, Jackson | 97301 | Salem | Oregon | United States |
15016 | Clark, Daniel, L | 90210 | Beverly Hills | California | United States |
12233 | Yuan, Jerry, D | W1N 9FA | London | England | United Kingdom |
Generated 2025-07-18 14:23:08.491 UTC