1.can we set the more than 1 primary keys for a table?
2.please give me the difference between Cluster Index and
non-Clustered Index
3.can we use query like this "Select * from Table1,Table2;"

Answer Posted / madhusudan bowenpalli

1. No.

2.when create primary key on a table clustered index
automatically created.1 clustered index is possible for a
table.
when we create a unique key on table Non clustered index
automatically created. 253 non clustered indexes are
possible for a table.

3. yes (its not recommended)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do database indexes work?

723


After removing a table from database, what other related objects have to be dropped explicitly?

796


What are cascading parameters in ssrs reports?

201


How to update values in a table with update statements in ms sql server?

739


Explain primary key and foreign key constraints?

707






Explain database normalization?

875


can SSRS reports Cache results?

127


How to define output parameters in stored procedures?

711


What are “lock” hints?

763


What is nonclustered index with included columns ?

712


What is user-defined inline table-valued function?

700


What are the different sql server versions?

682


what are user defined datatypes? : Sql server database administration

722


Which sql server table is used to hold the stored procedure scripts?

803


What do you mean by cardinality?

654