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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
12164Butler, Noah, E91977Spring ValleyCaliforniaUnited States
20265Guo, Clarence4655Hervey BayQueenslandAustralia
26819Mitchell, Devin66740SaarlouisSaarlandGermany

Generated 2025-07-12 09:53:48.531 UTC