is there more the two primary key in a single table?

Answer Posted / vincent

create table StudMaster(studid int not null,studname varchar
(20) not null,constraint Studmaster primary key clustered
(studid,studname))

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how you can configure a running aggregate in SSRS?

131


Can select statements be used on views in ms sql server?

767


Difference between primary key and clustered index?

686


How can change procedure in sql server?

712


Write a sql query to delete duplicate records from a table called table1

779






Describe triggers features and limitations?

679


Can you explain what are various ways to enhance the ssrs report?

767


What are the different types of stored procedures?

796


What happens if date-only values are provided as date and time literals?

751


What is use of dbcc commands?

787


What part does database design plays a role in performance of an sql server-based application?

719


Explain indexing and what are the advantages of it?

713


If you want to send some data from access database to sql server database. What are different component of ssis will you use?

683


What is a partitioned view?

769


How to get a list all databases on the sql server?

778