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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22271Mitchell, Connor, L91950Lincoln AcresCaliforniaUnited States
22275Bailey, Ian, R91950Lincoln AcresCaliforniaUnited States
22287Griffin, Megan, A91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-11 05:45:06.514 UTC