[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 131  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23215Richardson, Juan, C94070San CarlosCaliforniaUnited States
17172Adams, Jesse, M91945Lemon GroveCaliforniaUnited States
13723Raje, Leonard, D91502BurbankCaliforniaUnited States

Generated 2025-07-10 13:59:09.682 UTC