Answers

Question and Answer:

  Home  Data Warehousing

⟩ How many clustered indexes can u create for a table in DWH? In case of truncate and delete command what happens to table, which has unique id.

You can have only one clustered index per table. If you use delete command, you can rollback... it fills your redo log files.

If you do not want records, you may use truncate command, which will be faster and does not fill your redo log file.

 140 views

More Questions for you: