[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 250   SHUFFLE   <  SKIP 4711  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18361Simmons, Marcus91791West CovinaCaliforniaUnited States
17788Liu, Jeffery, M12171BerlinSaarlandGermany
13761Powell, Logan, H97045Oregon CityOregonUnited States

Generated 2025-07-14 10:44:41.217 UTC