What is a natural primary key?
Answer / Nirbhay Raj Singh
A natural primary key in SQL Server is a column or combination of columns that already contains unique values and are used as the primary key, without adding any explicit constraint. For example: CREATE TABLE Customers ( CustomerID INT PRIMARY KEY,n CustomerName NVARCHAR(50),n ... ) In this case, 'CustomerID' is a natural primary key.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is RAID? What are the different types of RAID configurations?
Define self join?
What is the difference between Triggers and Stored Procedure?
diffrence between function and procedure
Will sql server 2005 allow you to reduce the size of a column?
What are rows and columns?
What is log in sql server?
Explain full-text query in sql server?
What are the advantages of policy management?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
What are the differences between “row_number()”, “rank()” and “dense_rank()”?
SQL Server Architecture ?
Oracle (3253)
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)