Tables
Tables=(table-list)
Notables
Specifies the table or tables for which optimizer statistics
are to be displayed. If you specify a table-list, optimizer
statistics for those tables and their associated indexes are
displayed.
If you do not specify the Tables qualifier, or if you specify
the Tables qualifier but do not provide a table-list, optimizer
statistics for all tables and their associated indexes in the
database are displayed.
If you specify the Notables qualifier, optimizer statistics for
tables are not displayed.
Specify the Noindex qualifier if you do not want statistics
displayed for indexes defined on the specified tables.
The Tables qualifier is the default.