SELECT column_id,
column_name,
histogram
FROM user_tab_columns
WHERE table_name = 'R3'
ORDER BY column_id
/