[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 512   SHUFFLE   <  SKIP 3510  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23150Allen, Gabriella94941Mill ValleyCaliforniaUnited States
25013Stone, Mitchell4655Hervey BayQueenslandAustralia
23189Moore, Megan, I90505TorranceCaliforniaUnited States
26472Hughes, David91977Spring ValleyCaliforniaUnited States

Generated 2025-07-20 04:33:40.668 UTC