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 / manub22

1.There cannot be more than 1 Primary Keys for a given table?

2.Difference between Cluster Index and non-Clustered Index, check this link: http://sqlwithmanoj.com/2011/03/02/clustered-vs-nonclustered-indexes-and-data-sorting/

3.Yes, we use query like this "Select * from Table1, Table2;". This will give a Cross Join (or cartesian-product) results from both the tables.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the recovery models in sql server 2000?

710


How do I find query history in sql server?

672


Explain about service Broker functions?

774


Why can there be only one clustered index and not more than one?

734


last function used in MS Access to convert sql what function will use in sql

1824






Do you know what guidelines should be followed to help minimize deadlocks?

724


Describe how to use the linked server?

807


Is the order of columns in the set clause important in ms sql server?

710


What is a synonym for manipulation?

726


What is a transactions?

778


What is the purpose of indexing?

789


How you trouble shoot when any job fails

1678


What are the extra roles available in msdb? : sql server security

848


What are the advantages of sql stored procedure?

761


How do you make a trace?

755