[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 575   SHUFFLE   <  SKIP 2006  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
18498Russell, Zachary94063Redwood CityCaliforniaUnited States
11818Garcia, Daniel, C92118CoronadoCaliforniaUnited States
19010Ortega, Naomi94519ConcordCaliforniaUnited States

Generated 2025-07-10 00:37:49.215 UTC