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
Explain how you can configure a running aggregate in SSRS?
Can select statements be used on views in ms sql server?
Difference between primary key and clustered index?
How can change procedure in sql server?
Write a sql query to delete duplicate records from a table called table1
Describe triggers features and limitations?
Can you explain what are various ways to enhance the ssrs report?
What are the different types of stored procedures?
What happens if date-only values are provided as date and time literals?
What is use of dbcc commands?
What part does database design plays a role in performance of an sql server-based application?
Explain indexing and what are the advantages of it?
If you want to send some data from access database to sql server database. What are different component of ssis will you use?
What is a partitioned view?
How to get a list all databases on the sql server?