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

What is transactional replication?

719


How will you monitor replication activity and performance? What privilege do you need to use replication monitor? : sql server replication

765


Difference between connected and disconnected database in .net with sql server?

772


What is ddl and dml commands?

664


What is RAID? What are the different types of RAID configurations?

805






What is the maximum rows in sql server table?

670


How to get @@error and @@rowcount at the same time?

775


write an SQL query to list the employees who joined in the month of January?

1382


how you can get the list of largest tables in a database? : Sql server administration

725


Explain the database you used in your final year project?

712


When multiple after triggers are attached to sql table, how to control the order of execution?

742


Define constraints and give an example of their use?

740


Can you get second highest salary from the table?

724


Why is there a performance difference between two similar queries where one uses union and the other uses union all?

722


System variable and temporary variables

1902