[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 998   SHUFFLE   <  SKIP 253  >   <  TAKE 3  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27751Cooper, Zoe, L94536FremontCaliforniaUnited States
18713Yang, Rosa2300NewcastleNew South WalesAustralia
19809Sharma, Eric91945Lemon GroveCaliforniaUnited States

Generated 2025-07-15 17:10:21.826 UTC