ch1

作者: Wilbur_ | 来源:发表于2021-09-28 08:15 被阅读0次

Database is the collection of data. Or the collection of data is usually referred to as the database

abstrction is the key. Doesn;t matter what field. It reduces the complexity you have to deal with. so abstract out the part when you coding is essential. Modularity is foundation of everything

A database system is a collection of interelated data and a set of programs that allow users to access and modify these data.

books has clear definition of the terms which is what i need...

how to group these attributes to form the various tables? we could employ a set of algorithms (collectively known as normalization that takes as input the set of all attributes and generates a set of tables.

user describe the kinds of operations (or transactions) that will be performed on the data. (CRUD)

in the logical-design phase, the designer maps the high-level conceptual schema onto the implementation data model of the database system that will be used.

The designer uses the resulting system-specific database schema in the subsequent physical-design phase, in which the physical features of the database are specified. These features include the form of file organization and the internal storage structures;

Database can be partitioned into several functional components

  1. storage manager
  2. query processor
  3. transaction management component

A transaction is a collection of operations that performs a single logical function in a database application.

image.png

We require that, for all relations r, the domains of all attributes of r be atomic. A domain is atomic if elements of the domain are considered to be indivisible units.

atomic means it is not divisible anymore. (I guess this is coming from atom is the smallest unit in universe)

相关文章

  • 统计

    CH1 Data mining Major data mining tasks Classication and ...

  • 开智学堂02《快写慢改写作训练营》课程笔记·思维导图02【Ch1

    开智学堂《快写慢改写作训练营》课程笔记·思维导图02【Ch1快写慢改方法论】 Ch1快写慢改方法论 开智学堂《快写...

  • 使用scanf

    ''' #include "stdio.h" int main(void) { char ch, ch1; sca...

  • RTSP合集

    海康 rtsp://admin:password@192.168.100.101:554/MPEG4-4/ch1/...

  • Steve Jobs-02-嬉皮士乔布斯

    阅读章节: Ch1 - Childhood: Abandoned and Chosen Ch2 - Odd Cou...

  • 0x01.犀牛ch1-3

    官网 http://shop.oreilly.com/product/9780596805531.do ch1 语...

  • 如何在select中实现优先级

    需求: 们有一个函数会持续不间断地从ch1和ch2中分别接收任务1和任务2, 如何确保当ch1和ch2同时达到就绪...

  • Ch1

    一席书屋,还是十年前的老样子,不过店门前放了几把咖啡椅,撑个绿伞,弄了圈木质小栅栏,把店围了一圈,地上摆了些小绿洲...

  • CH1

    BTS fanfiction 童年裡印象最深的是父親的書房,那是一個明亮寬敞的空間,橙黃色的光浸染那裡的每一處,在...

  • ch1

    WordCount in Scala We can build these using sbt. Example ...

网友评论

      本文标题:ch1

      本文链接:https://www.haomeiwen.com/subject/zdgwgltx.html