Design of databases презентация

Design of databasesDefinitions
 Database (DB) ─ is a collection of interrelated data organizedDefinitions
 Each database contains information about a specific object class. TheDefinitions
 MS Access DBMS uses a relational data model, in whichDefinitions
 Relational database - data is presented in the form ofAccess DBMS usage
 Small business (accounting, management information about orders, customers,Table
 Table – is an object that is used to defineQuery
 Query - is an object that can retrieve information fromForm
 Form - is an object that creates a user-friendly interfaceReport
 Report - is an object to create printer-friendly output ofMacro
 Macro - a facility designed for the automation of severalModule
 Module - an object that represents a program in VBA,Creation of objectsAccess datatypesAccess datatypesAccess datatypesDatabase design steps
 Formulation of the main problems that must beTable creation
 During grouping of fields in the table, use theTable creation
 3. For each primary key field values ​​should fullyNormal forms
 Database can consist of several tables, each of whichNormal forms
 1NF (or universal relation) - is such a table,Links between relation



Слайды и текст этой презентации
Слайд 1
Описание слайда:
Design of databases


Слайд 2
Описание слайда:
Definitions Database (DB) ─ is a collection of interrelated data organized according to a database schema so user could work with it. A database management system (DBMS) –is a set of software, that provide database management.

Слайд 3
Описание слайда:
Definitions Each database contains information about a specific object class. The collection of such objects is called a subject area database (for example, products at the warehouses, the employees of the company, vehicles, businesses, and so on ). Information about these objects, that is presented in various documents, forms a model of a subject area (card inventory accounting, account cards and so on). A description of these documents is called a schema (document titles, column, and the relationship between them).

Слайд 4
Описание слайда:
Definitions MS Access DBMS uses a relational data model, in which the subject area is presented in form of tables. Names of columns and relationships between them form a scheme of database, and the contents of the table - is model. Presentation of data in the form of a table that consists of a set of columns, and these columns are followed in a specific order from left to right is a relation. Hence the name of the model is called relational.

Слайд 5
Описание слайда:
Definitions Relational database - data is presented in the form of related tables. Record ─ database table row. Fields ─ data columns of the table. Field names ─ the names of the columns of the table. The primary key - a field or set of fields that uniquely identify the table entry. Foreign key - a field that is used to link to another table.

Слайд 6
Описание слайда:
Access DBMS usage Small business (accounting, management information about orders, customers, products, business contacts, and so on); Working groups within large corporations (data exchange within the group and between groups through data servers that are controlled by a more powerful database, for example, MS SQL); Personal Database (list of phones numbers, addresses, catalogs, books, CDs, stamps, accounting for personal expenses and so on).

Слайд 7
Описание слайда:
Table Table – is an object that is used to define and store data of one type (for example, the prices of goods, the amount of work performed, customer information and so on).

Слайд 8
Описание слайда:
Query Query - is an object that can retrieve information from the database.

Слайд 9
Описание слайда:
Form Form - is an object that creates a user-friendly interface to work with data (one or more tables). The form is used to enter data, display them on the screen and control other operations of the application.

Слайд 10
Описание слайда:
Report Report - is an object to create printer-friendly output of the selected information from the database.

Слайд 11
Описание слайда:
Macro Macro - a facility designed for the automation of several actions that are performed using the menu commands or toolbar buttons.

Слайд 12
Описание слайда:
Module Module - an object that represents a program in VBA, and is used to create complex applications.

Слайд 13
Описание слайда:
Creation of objects

Слайд 14
Описание слайда:
Access datatypes

Слайд 15
Описание слайда:
Access datatypes

Слайд 16
Описание слайда:
Access datatypes

Слайд 17
Описание слайда:
Database design steps Formulation of the main problems that must be solved on the basis of the data contained in the database. Drawing up a list of fields, including their type. The distribution of tables and fields for primary and foreign keys. Establishing links between tables. Filling the tables with data.

Слайд 18
Описание слайда:
Table creation During grouping of fields in the table, use the following rules (rules of normalization). 1. Each field of any table must be unique, i.e. repeating fields should be located in separate tables. 2. Each table should have a primary key, each record in the table should be unique.

Слайд 19
Описание слайда:
Table creation 3. For each primary key field values ​​should fully describe record of a table. 4. The fields of the table must be independent, i. e. you can change the value of any field in a record without changing the values ​​of other fields. This means that the table should not contain calculated fields.

Слайд 20
Описание слайда:
Normal forms Database can consist of several tables, each of which must meet certain requirements, or the normal forms. In relational theory six normal forms exist, but in practice it is enough that each table corresponds to the first three normal forms: 1NF, 2NF and 3NF. The need to bring the table to normal forms is determined to achieve a data organization in which each fact is stored in one place and will not be repeated!

Слайд 21
Описание слайда:
Normal forms 1NF (or universal relation) - is such a table, where each cell of each field keeps only one (atomic) value (not a list or set of values). Table is stored in the 2nd NF, if it is already in the 1NF and all non-key fields depend only on the primary key as a whole, and not from any part of it. The table stored in the third normal form (3NF) if it is already in 2NF and there is no transitive dependency between non-key fields.

Слайд 22
Описание слайда:
Links between relation


Скачать презентацию на тему Design of databases можно ниже:

Похожие презентации