is there more the two primary key in a single table?
Answer Posted / murugavel
yes
CREATE TABLE "accessmenu" (
"UID" int(11) NOT NULL DEFAULT '0',
"MID" int(11) NOT NULL DEFAULT '0',
"AlterPermission" tinyint(4) DEFAULT '0',
PRIMARY KEY ("UID","MID")
);
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What is difference between cte and view?
Explain syntax for disabling triggers?
What is transact-sql language?
What is table-valued sub query?
What is nonclustered index with included columns ?
What is row_number()?
What is the recovery model? List the types of recovery model available in sql server?
What is the web service used for reporting services?
What does null mean?
What is the status of services on passive node for failover cluster in sql server? : sql server database administration
Explain full-text indexing?
Explain an incremental backup?
How to drop an existing table with "drop table" statements in ms sql server?
How to copy data from one table to another table?
Explain about unique identifier data type in sql server?