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

1.No.In a table only one primary key.we have to use the
behavior of primary key i.e in a colon to set unique key and
not null.
2.Cluster index is the leaf node directly consist a values.
and non cluster index is the leaf node consists address of
value at same task or heap.
3.No

Is This Answer Correct ?    2 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain extended properties

632


What is repeatable read?

615


What purpose does the model database server?

750


How do you run a trace?

610


How are the unique and primary key constraints different?

689






What are actions, how many types of actions are there, explain with example? : sql server analysis services, ssas

633


Write SQL queries on Self Join and Inner Join.

710


How many types of cursor type are there?

664


Can we delete data from a view?

626


what are the steps you will take to improve performance of a poor performing query? : Sql server database administration

623


you have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation? : Sql server administration

620


What is self contained sub query?

646


how to overcome kernel isssues

1269


What are the rules to use the rowguidcol property to define a globally unique identifier column?

678


What are the new features of sql server 2012 reporting service?

95