In my database, there is a table wich consists of many foreign keys.
That table is increasing fastly and many rows get inserted or deleted.
So, now i want to defrag, optimize that table and its indexes.
Is there any relevant method to do that through SQL statements?
Thanks in advance.