[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 127   SHUFFLE   <  SKIP 1493  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14891Hayes, Kyle, E94063Redwood CityCaliforniaUnited States
14035Hughes, Hunter91932Imperial BeachCaliforniaUnited States
22406Shen, Kelvin2036MalabarNew South WalesAustralia

Generated 2025-07-16 11:22:35.363 UTC