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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22769Martin, Benjamin90802Long BeachCaliforniaUnited States
22780Rogers, Jennifer90802Long BeachCaliforniaUnited States
23041Garcia, Natalie90802Long BeachCaliforniaUnited States

Generated 2025-07-12 15:07:05.861 UTC