is there more the two primary key in a single table?
Answer Posted / narendra singh
yes, it may be possible that a table can have more than one
primary key but except its own primary key, others are
foreign keys...........
A primary key for one table is foreign key for other table..
thank Q......
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell me extended events in sql server 2008?
Why are sql functions used?
Explain differentiate between a having clause and a where clause?
What is the default port for SQL Server over a firewall?
How does a profiler work?
What the different topologies in which replication can be configured?
A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?
How to write a query with a full outer join in ms sql server?
How to find tables without indexes?
What are views used for?
How self join is different from outer join?
How to add a new dsn with the odbc driver for sql server?
How to create a simple user defined function in ms sql server?
How to create dbo table in sql server?
What are the differences between substr and charindex in sql server.