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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
22272Kelly, Isabella94303Palo AltoCaliforniaUnited States
26428Ma, Colin3977CranbourneVictoriaAustralia
26126Bell, Alexandra, R90012Los AngelesCaliforniaUnited States

Generated 2025-07-08 19:37:12.649 UTC