How to anaylze a database table in Oracle?

Use the following SQL statement to analyze a table in Oracle.

ANALYZE TABLE <TABLE_NAME> compute statistics

Search