[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 2147   SHUFFLE   <  SKIP 309  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16747Davis, Alexander, S97301SalemOregonUnited States
12540Sara, Levi, SPB12PeterboroughEnglandUnited Kingdom
22779Ruiz, Lance94704BerkeleyCaliforniaUnited States

Generated 2025-07-14 07:49:53.057 UTC