I have read tips about sql server database on http://www.sql-server-performance.com/2007/clustered-indexes
In conclusion section author mentioned: "Since you can only create one clustered index per table, take extra time to carefully consider how it will be used."
My question is:
*Why only one clustered index per table should be created in sql server? *