[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 1977  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12672Butler, Carson, T1002SydneyNew South WalesAustralia
12690Zhang, Roger1002SydneyNew South WalesAustralia
13117Rodriguez, Evelyn1002SydneyNew South WalesAustralia

Generated 2025-11-05 08:48:37.599 UTC