Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2006.07.30;
Скачать: CL | DM;

Вниз

Первичный ключ   Найти похожие ветки 

 
SHD_   (2006-05-26 16:17) [0]

Кто нить знает в MSSQL первичный ключ является индексом или нет?

В общем создавать индекс на первичный ключ нужно?


 
Desdechado ©   (2006-05-26 16:19) [1]

ключ индексом не является, но требует уникального индекса для проверки "ключевости"
это обычно
как в MS - хз


 
Zz_   (2006-05-26 16:20) [2]

When you specify a PRIMARY KEY constraint for a table, Microsoft® SQL Server™ 2000 enforces data uniqueness by creating a unique index for the primary key columns. This index also permits fast access to data when the primary key is used in queries.


 
Ega23 ©   (2006-05-26 17:03) [3]

PRIMARY KEY Constraints
A table usually has a column or combination of columns whose values uniquely identify each row in the table. This column (or columns) is called the primary key of the table and enforces the entity integrity of the table. You can create a primary key by defining a PRIMARY KEY constraint when you create or alter a table.

A table can have only one PRIMARY KEY constraint, and a column that participates in the PRIMARY KEY constraint cannot accept null values. Because PRIMARY KEY constraints ensure unique data, they are often defined for identity column.

When you specify a PRIMARY KEY constraint for a table, Microsoft® SQL Server™ 2000 enforces data uniqueness by creating a unique index for the primary key columns. This index also permits fast access to data when the primary key is used in queries.

If a PRIMARY KEY constraint is defined on more than one column, values may be duplicated within one column, but each combination of values from all the columns in the PRIMARY KEY constraint definition must be unique.



 
Desdechado ©   (2006-05-26 17:41) [4]

Ega23 ©   (26.05.06 17:03) [3]
снова не удержался?
:)



Страницы: 1 вся ветка

Текущий архив: 2006.07.30;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.028 c
2-1152179578
Crazy monkey
2006-07-06 13:52
2006.07.30
Как добавить данные в dblistbox?


15-1151556036
Ega23
2006-06-29 08:40
2006.07.30
С Днём рождения! 29 июня


2-1152480645
PhillipJFry
2006-07-10 01:30
2006.07.30
Помогите с запросом!!


1-1150358274
def_
2006-06-15 11:57
2006.07.30
StringGrid и Hint


2-1152364745
KaLLeKa
2006-07-08 17:19
2006.07.30
Работа с потоками...