[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 0 SHUFFLE < SKIP 1916 > < TAKE 3 >
3 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
|---|---|---|---|---|---|
| 21416 | Butler, Ryan, A | 90210 | Beverly Hills | California | United States |
| 24944 | Garcia, Whitney, H | 94704 | Berkeley | California | United States |
| 20508 | Robinson, Logan | V0 | Sooke | British Columbia | Canada |
Generated 2025-11-04 17:12:01.341 UTC