analyze.sql 430 B

12345678
  1. analyze table nation compute statistics for columns;
  2. analyze table region compute statistics for columns;
  3. analyze table supplier compute statistics for columns;
  4. analyze table part compute statistics for columns;
  5. analyze table partsupp compute statistics for columns;
  6. analyze table customer compute statistics for columns;
  7. analyze table orders compute statistics for columns;
  8. analyze table lineitem compute statistics for columns;