Презентация Lecture1. 2Data Model онлайн

На нашем сайте вы можете скачать и просмотреть онлайн доклад-презентацию на тему Lecture1. 2Data Model абсолютно бесплатно. Урок-презентация на эту тему содержит всего 18 слайдов. Все материалы созданы в программе PowerPoint и имеют формат ppt или же pptx. Материалы и темы для презентаций взяты из открытых источников и загружены их авторами, за качество и достоверность информации в них администрация сайта не отвечает, все права принадлежат их создателям. Если вы нашли то, что искали, отблагодарите авторов - поделитесь ссылкой в социальных сетях, а наш сайт добавьте в закладки.
Презентации » Образование » Lecture1. 2Data Model



Оцените!
Оцените презентацию от 1 до 5 баллов!
  • Тип файла:
    ppt / pptx (powerpoint)
  • Всего слайдов:
    18 слайдов
  • Для класса:
    1,2,3,4,5,6,7,8,9,10,11
  • Размер файла:
    1.94 MB
  • Просмотров:
    62
  • Скачиваний:
    0
  • Автор:
    неизвестен



Слайды и текст к этой презентации:

№1 слайд
Data Model Data Model
Содержание слайда: Data Model Data Model hierarchical network relational post-relational multidimensional object-oriented

№2 слайд
The data model is a
Содержание слайда: The data model is a description of the organization of data in the database. The data model is a description of the organization of data in the database. The data model also describes the relationship between the data and restrictions applicable to the data. Data models can be divided into two categories: Object - a logical model - focuses on the description of data, data relationships, and limiting. Logical model based on the entries - focuses on the description of the data structures and access methods in the database management system.

№3 слайд
Classic models Classic models
Содержание слайда: Classic models: Classic models: hierarchical Network Relational Current models: -post-relational -multidimensional -object-oriented Other data models that extend the known models object-relational deductive object-oriented, semantic, conceptual, and others.

№4 слайд
ADVANTAGES hierarchical model
Содержание слайда: ADVANTAGES hierarchical model Effective use of computer memory Good performance of time to perform basic operations Model is convenient to work with hierarchically structured information ADVANTAGES hierarchical model Effective use of computer memory Good performance of time to perform basic operations Model is convenient to work with hierarchically structured information DISADVANTAGES hierarchical model Cumbersome to process information with a fairly complex logical relationships Complexity of understanding for the average user Examples of database hierarchical model IMS, PC / Focus, Team-Up and Data Edge, (from Russian): Ока, ИНЭС и МИРИС

№5 слайд
ADVANTAGES network model The
Содержание слайда: ADVANTAGES network model: The possibility of effective implementation in terms of memory consumption and speed (Compared to the hierarchical) great opportunities in terms of the admissibility of arbitrary relationships education ADVANTAGES network model: The possibility of effective implementation in terms of memory consumption and speed (Compared to the hierarchical) great opportunities in terms of the admissibility of arbitrary relationships education DISADVANTAGES network model High complexity and rigidity of the database schema The difficulty for the understanding and implementation of information processing in the database as a regular user Known network database: IDMS, db_VistaIII, СЕТЬ, СЕТОР и КОМПАС

№6 слайд
Содержание слайда:

№7 слайд
ADVANTAGES relational model
Содержание слайда: ADVANTAGES relational model Simplicity, ease the physical implementation on a computer Processing efficiency ADVANTAGES relational model Simplicity, ease the physical implementation on a computer Processing efficiency DISADVANTAGES relational model Lack of standard means of identification of individual records Complexity of the description of hierarchical and network links Examples of relational database model: dBaseIIIPlus и dBaseIY ( фирма Ashton-Tate), DB2(IBM), R: BASE (Microrim), FoxPro ранних версий и FoxBase (Fox Software), Paradox и dBASE for Windows (Borland), FoxPro б.поздних версий, Visual FoxPro и Access (Microsoft), Clarion (Clarion Software), Ingres (ASK Computer Systems)и Oracle (Oracle) (from Russian): ПАЛЬМА (ИК АН УССР), HyTech (МИФИ) Object-relational: Oracle 8.x

№8 слайд
ADVANTAGES post-relational
Содержание слайда: ADVANTAGES post-relational model The possibility of representing the aggregate related relational tables with a single post-relational table, so - clear presentation of information and increase the effectiveness of its treatment ADVANTAGES post-relational model The possibility of representing the aggregate related relational tables with a single post-relational table, so - clear presentation of information and increase the effectiveness of its treatment DISADVANTAGES post-relational model The difficulty in solving the problem of ensuring the integrity and consistency of data stored Examples of post-relational database model: uniVers, Bubba и Dasdb

№9 слайд
Содержание слайда:

№10 слайд
Содержание слайда:

№11 слайд
ADVANTAGES multivariate model
Содержание слайда: ADVANTAGES multivariate model Convenience and efficiency analysis of large amounts of data related to the time (in rel.m. - nonlinear increase complexity of operations) ADVANTAGES multivariate model Convenience and efficiency analysis of large amounts of data related to the time (in rel.m. - nonlinear increase complexity of operations) DISADVANTAGES multivariate model Cumbersome for the simplest of tasks common operational processing EXAMPLES database multidimensional model Essbase (Arbor Software), Media Multi-matrix (Speedware), Oracle Express Server (Oracle) и Cache (InterSystems) Relational-dimensional model: Media/MR (Speedware) Multidimensional object-relational model: Cache

№12 слайд
Содержание слайда:

№13 слайд
ADVANTAGES OOM versus
Содержание слайда: ADVANTAGES OOM (versus relational) The ability to display information about the complex relationships of objects OOM can identify individual records database and the responsibilities of their treatment ADVANTAGES OOM (versus relational) The ability to display information about the complex relationships of objects OOM can identify individual records database and the responsibilities of their treatment DISADVANTAGES OOM High conceptual complexity The disadvantage of the data and the low speed of queries EXAMPLES database OOM POET (POET Software), Jasmine (Computer Associates), Versant (Versant Technologies), 02 (Ardent Software), ODB-Jupiter (науч.произв. центр «ИнтеллекПлюс»), Iris, Orion и Postgres.

№14 слайд
There are a variety of
Содержание слайда: There are a variety of object-oriented models. The most widely used model is the "entity - relationship" (ER model). There are a variety of object-oriented models. The most widely used model is the "entity - relationship" (ER model). Model "entity - relationship" is based on a realistic view which encompasses a set of objects or entities and their relationships. Schema components of ER are: entity ; connection; attributes.

№15 слайд
The entity is any object,
Содержание слайда: The entity is any object, place, person, or action, details of which are recorded. The entity is any object, place, person, or action, details of which are recorded. Entities are represented as rectangles, on which are written the names assigned to them. There are two types of entities: dependent; independent. Affiliated entities are also referred to as weak entities, and independent - regular entities. Weak entity represented by a rectangle outlined by the double line.

№16 слайд
Combining entities are called
Содержание слайда: Combining entities are called connection. Combining entities are called connection. Relationship is depicted in the form of diamond with the name of the link. can attach an entity to itself. Between the same entities may also be multiple connections. Connections are of three types: one-to-one; one-to-many; many-to-many.

№17 слайд
Attribute called property of
Содержание слайда: Attribute called property of this entity. Attribute called property of this entity. Attributes are represented as ellipses, equipped name properties. Key attributes are underlined. Connection can also have attributes.

№18 слайд
Data Model, examples of
Содержание слайда: Data Model, examples of models: hierarchical network relational post-relational model multi-dimensional object-oriented

Скачать все slide презентации Lecture1. 2Data Model одним архивом: