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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23111Wright, Sara91950Lincoln AcresCaliforniaUnited States
23484Allen, Jenna, T91950Lincoln AcresCaliforniaUnited States
23456Simmons, Aidan91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-11 05:47:14.493 UTC