Which statement will result in the creation of an index? Which statement will result in the creation of an index? Which statement will result in the creation of an index? A. Option A B. Option B C. Option C D. Option D Show Hint ← Previous question Next question →
Ivo This commands will make a table right? Not an index. So the question should be: Which statement will result in the creation of an table? Reply
Olivia By default, a clustered index would be created when you create a primary key, so I think the question is right in this case. Reply
Sven Olivia is right. When you create a table with a primary key, and index is created automatically. Reply
This commands will make a table right? Not an index.
So the question should be:
Which statement will result in the creation of an table?
By default, a clustered index would be created when you create a primary key, so I think the question is right in this case.
Olivia is right. When you create a table with a primary key, and index is created automatically.