How many records can take clustured index in sql

A clustered index is a special type of index that reorders the way the records in the table are physically stored . therefore the table can have only one clustered index.