[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 0   SHUFFLE   <  SKIP 3151  >   <  TAKE 6  >   

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

6 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26319Martinez, Dylan, M95062Santa CruzCaliforniaUnited States
14891Hayes, Kyle, E94063Redwood CityCaliforniaUnited States
28275Howard, Ian, L94010BurlingameCaliforniaUnited States
26569Sanchez, Michelle, R4655Hervey BayQueenslandAustralia
21821Tang, Clayton53001BonnHamburgGermany
20919Rivas, Gretchen59000LilleNordFrance

Generated 2025-11-05 01:20:07.809 UTC