[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 3135 > < TAKE 2 >
2 items
| DimCustomerId | Name | PostalCode | City | StateOrProvince | Country | 
|---|---|---|---|---|---|
| 29183 | Simmons, Gabrielle | 4655 | Hervey Bay | Queensland | Australia | 
| 26614 | Robinson, Richard, S | 98104 | Seattle | Washington | United States | 
Generated 2025-11-04 10:21:00.392 UTC