06 2022 档案

摘要:Basic Concepts: Search Key - attribute to set of attributes used to look up records in a file. An index file consists of records (called index entries 阅读全文
posted @ 2022-06-30 00:18 M1stF0rest 阅读(41) 评论(0) 推荐(0) 编辑
摘要:Overview: A database must provide a mechanism that will ensure that all possible schedules are ·either conflict or view serializable, and ·are recover 阅读全文
posted @ 2022-06-25 12:26 M1stF0rest 阅读(35) 评论(0) 推荐(0) 编辑
摘要:Transaction Concept: A transaction is a unit of program execution that accesses and possibly updates various data items. A transaction is the executio 阅读全文
posted @ 2022-06-24 23:09 M1stF0rest 阅读(36) 评论(0) 推荐(0) 编辑
摘要:First Normal Form: Domain is atomic if its elements are considered to be indivisible units A relational schema R is in first normal form if the domain 阅读全文
posted @ 2022-06-24 14:34 M1stF0rest 阅读(88) 评论(0) 推荐(0) 编辑
摘要:Join Expressions: Natural Join: Natural join matches tuples with the same values for all common attributes, and retains only one copy of each common c 阅读全文
posted @ 2022-06-23 14:18 M1stF0rest 阅读(39) 评论(0) 推荐(0) 编辑
摘要:Null Values: It is possible for tuples to have a null value, denoted by null, for some of their attributes. null signifies an unknown value or that a 阅读全文
posted @ 2022-06-07 22:06 M1stF0rest 阅读(81) 评论(0) 推荐(0) 编辑
摘要:Domain Types in SQL char(n). Fixed length character string, with user-specified length n. varchar(n). Variable length character strings, with user-spe 阅读全文
posted @ 2022-06-03 22:05 M1stF0rest 阅读(98) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示