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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13151Moore, Ethan, M90802Long BeachCaliforniaUnited States
13212Phillips, Logan, A90802Long BeachCaliforniaUnited States
13246Perez, Hailey, M90802Long BeachCaliforniaUnited States

Generated 2025-07-15 23:49:41.864 UTC