We got 500+ tables and want to identify which tables doesn't have primary keys. Because creating index on large table will help to improve performance.
Required Command - to identify table which are HEAPS (as they dont have clustered index)
Regards