CAD/MCSE/MCDBA Self-Paced Training Kit [Electronic resources]: Microsoft SQL Server 2000 Database Design and Implementation, Second Edition (Exam 70-229) نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

CAD/MCSE/MCDBA Self-Paced Training Kit [Electronic resources]: Microsoft SQL Server 2000 Database Design and Implementation, Second Edition (Exam 70-229) - نسخه متنی

Microsoft Corporation

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
توضیحات
افزودن یادداشت جدید








K



kernel

In SQL Server 2000, a subset of the storage engine that is referenced in some error messages. In Windows 2000, the kernel is the core of the operating system that performs basic operations.




key

A column (or group of columns) that uniquely identifies a row (PRIMARY_KEY), defines the relationship between two tables (FOREIGN_KEY), or can be used to build an index. See also key column.




key column

A column referenced by a primary, foreign, or index key. See also key.




key range lock

A lock used to lock ranges between records in a table to prevent phantom insertions or deletions into a set of records. A key range lock ensures serializable transactions.




keyset-driven cursor

A cursor that shows the effects of updates made to its member rows by other users while the cursor is open but does not show the effects of inserts or deletes.




keyword

A reserved word in SQL Server that performs a specific function, such as to define, manipulate, and access database objects.





/ 223