[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 322 SHUFFLE < SKIP 452 > < TAKE 2 >
2 items
DimCustomerId | Name | PostalCode | City | StateOrProvince | Country |
---|---|---|---|---|---|
23881 | Martinez, Joshua, M | 90012 | Los Angeles | California | United States |
23344 | Xu, Sharon, A | 4217 | Gold Coast | Queensland | Australia |
Generated 2025-07-20 09:52:10.616 UTC