[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 2643  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25890Brown, Chloe, D94010BurlingameCaliforniaUnited States
26011Yanagishima, Daisuke94010BurlingameCaliforniaUnited States
26246Bell, Jade, T94010BurlingameCaliforniaUnited States
26257Jimenez, Hector94010BurlingameCaliforniaUnited States

Generated 2025-10-29 12:33:09.787 UTC