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 are click through reports?
What is function of ROLLUP ?
Which are the important points to note when multilanguage data is stored in a table?
Give the query of getting last two records from the table in SQL SERVER?
do you know what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
What are the different types of stored procedures?
Explain few examples of RDBMS?
can a table be moved to different filegroup? : Sql server administration
What do you understand by the analysis services in sql server?
How do I find the transaction log size in sql server?
Explain the various types of concurrency problem?
what is package and it uses and how can u call a package
What are locks in sql?
what is bit datatype? : Sql server database administration