[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 7979   SHUFFLE   <  SKIP 1291  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
21934Cox, Jennifer, A91203GlendaleCaliforniaUnited States
23238Lee, Thomas, A91502BurbankCaliforniaUnited States
13427Winston, Connor, A91950Lincoln AcresCaliforniaUnited States

Generated 2025-07-20 01:02:17.005 UTC