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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13210Simmons, Ethan94063Redwood CityCaliforniaUnited States
18513Xu, Edwin94010BurlingameCaliforniaUnited States
16854Adams, Seth, L91364Woodland HillsCaliforniaUnited States

Generated 2025-07-12 08:59:41.838 UTC