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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20594Torres, Arthur77127LieusaintSeine et MarneFrance
28859Cai, Micah84010BountifulUtahUnited States
22294Brown, Rachel91203GlendaleCaliforniaUnited States
20461Nelson, Mackenzie91776San GabrielCaliforniaUnited States

Generated 2025-07-12 11:54:02.442 UTC