[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 0 SHUFFLE < SKIP 1990 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country | 
|---|---|---|---|---|---|
| 27378 | Lee, Samantha, B | V7L 4J4 | N. Vancouver | British Columbia | Canada | 
| 28606 | Wilson, Joshua, A | 94611 | Oakland | California | United States | 
Generated 2025-11-04 07:59:49.117 UTC