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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26820Nath, Carol, EW1Y 3RALondonEnglandUnited Kingdom
22547Flores, Elijah, C91950National CityCaliforniaUnited States
29234Lopez, Kevin94015Daly CityCaliforniaUnited States

Generated 2025-07-11 18:03:21.151 UTC