[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 512 SHUFFLE < SKIP 978 > < TAKE 2 >
2 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
20702 | Ross, Oscar, V | 94611 | Oakland | California | United States |
25847 | Brown, Destiny | 98201 | Everett | Washington | United States |
Generated 2025-07-12 19:17:49.350 UTC