[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 511   SHUFFLE   <  SKIP 702  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27444Martinez, Kayla, E99362Walla WallaWashingtonUnited States
25934King, Luke91950Lincoln AcresCaliforniaUnited States
21774James, Brian, B90505TorranceCaliforniaUnited States

Generated 2025-07-15 15:17:34.413 UTC