Can you create a table with Primary Key not as the clustered
index.
Answer Posted / guest
Yes you can create a table with the clustered index on any
column. This must be done at the time of creation of the
table.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Can we debug stored procedure?
What is clause in sql?
How does cross join work in sql?
How to call a javascript function from pl sql?
How many primary keys can a table have?
Is sql considered coding?
What is sql used for?
Why is stored procedure faster than query?
How to use distinct and count in sql query? Explain
What are inner and outer joins examples of both?
What is trigger explain it?
What are sql commands?
What is the use of partition by in sql?
Which sql statement is used to return only different values?
What do you mean by query optimization?