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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13971Zhao, Bianca4655Hervey BayQueenslandAustralia
23082Williams, Jonathan91977Spring ValleyCaliforniaUnited States
20534Lopez, Dalton, W91203GlendaleCaliforniaUnited States

Generated 2025-11-04 23:31:47.616 UTC