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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20788Gonzalez, Sara94010BurlingameCaliforniaUnited States
14901Richardson, Katherine91950National CityCaliforniaUnited States
22075Patel, Pedro90706BellflowerCaliforniaUnited States

Generated 2025-07-09 08:31:52.497 UTC