InterviewSolution
Saved Bookmarks
| 1. |
What Is The Index Requirement In Sql Azure? |
|
Answer» All TABLES MUST have clustered index. You can't have a table WITHOUT clustered index. All tables must have clustered index. You can't have a table without clustered index. |
|