[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 750   SHUFFLE   <  SKIP 2560  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23472Rodriguez, Alyssa94611OaklandCaliforniaUnited States
25345Powell, Olivia, B94941Mill ValleyCaliforniaUnited States
23755Wu, Louis, K60323FrankfurtHessenGermany

Generated 2025-07-13 07:40:16.326 UTC