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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16888Hughes, Arianna, A92020El CajonCaliforniaUnited States
16896Perez, Natalie92020El CajonCaliforniaUnited States
16953Ward, Paige92020El CajonCaliforniaUnited States

Generated 2025-07-09 21:31:28.817 UTC