Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
notsosuper
Posting Yak Master
190 Posts |
Posted - 2005-05-10 : 11:40:19
|
I need a know when I double click on any tables already created in sql database, it opens the table properties and I was wondering what is ID does, right beside the key. If it is checked why? If not why? Is it something that when you are inserting single record it gives you the number 1,2,3.... automatic? |
|
AndrewMurphy
Master Smack Fu Yak Hacker
2916 Posts |
Posted - 2005-05-10 : 12:26:58
|
ID = Primary Key...what uniquely identifies each record in the table1,2,3...= autoidentity property. |
|
|
notsosuper
Posting Yak Master
190 Posts |
Posted - 2005-05-10 : 17:57:55
|
thank you |
|
|
|
|
|