If any possiable to use 2 primary key in single table?
How many primary key & foreign key used in each table(min &
max)?
Answers were Sorted based on User's Feedback
Answer / manikanta.srinu
Table can have only one primary key.243 foreign key can
poosiable for a table
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / rajkumar
A table can have only one foreign key and 253 foreign keys can have in a single table.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / amit kumar sharma
A table can have only one cluster index i.e. Primary key
and 249 non-cluster index i.e. foreign key.
Cluster Index have 3 leaf in b-tree and the last node
itself containing data.
While Non-cluster index have 4 leaf in b-tree and the 3rd
node containing the ref of data (4th node).
| Is This Answer Correct ? | 1 Yes | 0 No |
How to find the latest updated value in a table without sending any parameters to that query
What is history table in sql server?
What is a self join in sql server?
What is analysis service repository?
What is check constraint in sql server?
What is advantage data architect?
Tell me what are cursors and when they are useful?
How can we write or define DDL statements in Sql server and DML statements?
What are the commands used in DCL?
What is the difference between the following two sql statements select count(*) from <tablename> select count(col_name) from <tablename>
What is database replicaion? What are the different types of replication you can set up in SQL Server?
5 Answers Aptech, HCL, Perpetual, SAIC,
in emptable i want to retrive the name of employee whose name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)