[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 250   <  SKIP 7425  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22776Perry, Julia92806La JollaCaliforniaUnited States
22731Henderson, Brandon, L92806La JollaCaliforniaUnited States
23007Sanchez, Isaac92806La JollaCaliforniaUnited States

Generated 2025-07-15 23:05:53.855 UTC