[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 512   <  SKIP 700  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26826Romero, Kendra10210BerlinHamburgGermany
26873Suri, Ann14197BerlinSaarlandGermany
26946Madan, Andre, C12311BerlinHamburgGermany

Generated 2025-07-11 03:29:15.241 UTC