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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
27233Ward, Seth, E91977Spring ValleyCaliforniaUnited States
23876Henderson, David, M91776San GabrielCaliforniaUnited States
24230Sharma, Andres, C2777SpringwoodNew South WalesAustralia

Generated 2025-07-11 06:55:39.429 UTC