[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 250   <  SKIP 264  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25240Rana, Ross2500WollongongNew South WalesAustralia
25269Martin, Tabitha2500WollongongNew South WalesAustralia
25564Nelson, Fernando, G2500WollongongNew South WalesAustralia

Generated 2025-10-14 02:20:26.628 UTC