Answer Posted / sudarsan
Primary key is a unique id for each table. This prevents
duplication of records. Each table can have a single
primary key. They can be refrenced by any tables as a
foreign key.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the database roles? : sql server security
in a table is b in column k (manikanta,sivananda,muralidhar) i want result like (mnikanta,sivnanda,murlidhar) please slove it
Explain hostprotectionattribute in sql server 2005?
Explain features and concepts of analysis services?
Suppose we have a table "MyTable" containing 10 rows, what query should be executed to update the odd rows "Salary" as 9000?
How to access the deleted record of an event?
Is it possible to import data directly from t-sql commands without using sql server integration services? If so, what are the commands?
Write an SQL query to obtain the 2nd highest salary.
What changes in the front end code is needed if mirroring is implemented for the high availability? : sql server database administration
Which joins are sql server default?
how to use DTS package in 2000,2005,2008 in sql server
What is the size of transaction log file?
Retrieve the unique rows from table without using UNIQUE and DISTINCT keywords.
Which language rdl files made of?
What is the fillfactor concept in indexes?