[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 1041   <  SKIP 1000  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
24474Guo, Rosa, M1002SydneyNew South WalesAustralia
24461Sai, Ruth, D1002SydneyNew South WalesAustralia
24604Rai, Melvin, J1002SydneyNew South WalesAustralia

Generated 2025-11-05 10:42:32.411 UTC