Вы находитесь на странице: 1из 6

ISSN 2328-1391 (print), ISSN 2227-930X (online) Publishing House

Science and Innovation


International Journal of Advanced Studies (iJAS) Center, Ltd.
2015, Vol. 5, Issue 1, pp. 28-33
DOI: 10.12731/2227-930X-2015-1-7
Received February 05, 2015; revised March 06, 2015; accepted March 09, 2015

Training Database Technology in DBMS MS Access


Nataliya Evgenievna Surkova
Russian Federation, Ph. D., Associate Professor, Department of «Automated Control Systems».
State Technical University – MADI.
125319, Russian Federation, Moscow, Leningradsky prospekt, 64. Tel.: +7 (499) 151-64-12.
http://www.madi.ru
sneee@mail.ru

Abstract. The article describes the methodological issues of learning relational database
technology and management systems relational databases. DBMS Microsoft Access is the
primer for learning of DBMS. This methodology allows to generate some general cultural
competence, such as the possession of the main methods, ways and means of production,
storage and processing of information, computer skills as a means of managing information.
Also must formed professional competence such as the ability to collect, analyze and process
the data necessary for solving the professional tasks, the ability to use solutions for analytical
and research tasks modern technology and information technology.

Keywords: relational database (RDB), a database management system (DBMS), information


and communication technology (ICT), the subject area, the data object, the data, the table,
relationship, index cardinality, query.

1. INTRODUCTION business game and includes the following main stages


(Figure 1).
The main objectives of reforming the system of The first step proposed to form an idea of students
higher education today are reduced to the problem of about the basics of creating a database [2 – 15]. The
substantial character. The high pace of modern life, database stores the data of the domain for which it was
the widespread utilization of information created. It should focus on what is created by a domain
technologies, the economic crisis, the market is required to specify the following inputs:
economy requires a specific review of the foundations − object of activity for which you are creating the
of the education system. The increase in the rate of database. This may be one person (persons),
development of modern information technology, the company, corporation;
pace of their introduction to the professional and daily
− features that will have to support these
life are changing the requirements for training of
databases. That is, you must perform a
relevant disciplines is not only and not so much in the
functional decomposition activity of a given
areas of training of students who are professionally
object (hereinafter - Company). Typically,
associated with computer technology, as in the non-
such a decomposition is given or agreed with
core, that is not related ICT directions [1].
the customer - the person who initiated the
developed database. In the educational process
2. MODELS AND METHODS so the customer acts as a teacher. The function
The proposed method determines the main stages set by the customer and the underlying
of learning technologies in the work environment on database, can be very difficult to create its
the example of a particular DBMS MS Access description. In this case a subsequent
database with the addition of basic and necessary for decomposition of functions into sub-functions.
further action concepts from other modules. The Nevertheless, it should not be carried away by
technique involves conduct training in the form of a decomposition, as the development database
should be economically justified, that is, the
29

cost of its creation must not exceed the database, but the profit can be achieved by
resulting effect. In the description of the many parameters – by increasing the speed of
subject area and are just all business rules for data processing by increasing the reliability of
the implementation of dedicated functions, all this treatment due to more optimally chosen
requirements of the company is to implement options, etc. The purpose of affects the
the specified function; description of the subject area and,
− aim to be achieved in the operation of the consequently, on the contents of the database,
database. It is clear that the main objective is to and it is also defined by the customer (a
make profit from the implementation of the teacher).

Figure 1. Main stages of training

The second important step is to determine the can not have the "Description" or
number of tables and fields. The student has to "Specifications";
understand that this issue is the most important, − knowledge that each table must necessarily
responsible and at the same time challenging to create have one key field (or primary key field).
the database. A student who acts as the designer The next step is to create a method of the database
performs this step alone and only agrees with the structure itself, which is called a schema. You must
customer a set of tables and their contents. Without the analyze the problem domain, find the required links
approval of the customer's design can save the created between information objects. The designer must
table and must correct them. It is necessary to form coordinate results due to the customer and without his
students the following knowledge and skills: consent can not be installed in their database
− ability to analyze the description of the subject environment. When training create links between
area and highlight all the skills required to tables in students formed the following knowledge and
implement a given function of information skills:
objects; − understanding that the relationship in terms of
− ability to find in the analysis of the subject area physical implementation - is the transfer of the
required to implement a given function primary key, which is dependent on the index
description (properties) of each data object and cardinality of communication;
the skills to create the table fields and their − ability to find index cardinality communication
limitations; based on business rules of the company, as
− understanding that one table contains the described in the subject area and sets the fields
properties (or description) of only one data to create a table participating in this regard;
object. For example, the table of the "Contract" − skill of creating links with different indices of
can not contain the "customer name" as cardinality with the integrity of the data.
"customer name" - a property data object After this step, the database is created and you can
"Customer"; begin to learn how to handle the data. But first you
− understanding that one field of the table can need to test the resulting software product obtained by
contain only one specific property of the filling the database with test data (Figure 2).
information object. From the table "product"
30

Figure 2. Diagram of decomposition stage "Creating the database structure"

When filling in the data verified the adequacy of − understanding of the need for the creation of
the data, selected data type, size, used masks, as well special data-processing facilities - media
as the logic of relationships between tables. Before interaction and user databases;
filling in the tables must be set to external fields − knowledge of the different types of access to
(transferred when creating links) substitution of the the database;
main values of the primary keys of tables, thus − skills to determine the main and subordinate
ensuring the integrity of data when adding entries. tables and the ability to work with them.
Each table is not required to fill in a lot of records, The next steps of teaching methods are learning
but it is necessary to record contained data create different data-processing - different types of
corresponding to different situations when queries, entry forms and reports (Figure 3).
implementing the specified function. For example, if In this step, the students formed the following
between tables "Customer" and "Contract" established knowledge and skills:
relationship "concluded" with the index cardinality of − ability to analyze what actions must be
"1 M", then you want to add 2-3 clients, one of which performed on the data when implementing a
will be concluded 1 contract in the second and third, given function, and what data is important to
for example - 2 of the contract or the second - 2 get as a result of this action;
contract, the third - 3, depending on the number of − knowledge of how to implement the method
contracts on what most customers enter into this found action - single-table or multi-table query
company if this function. When teaching performance with a condition or variable parameter input to
testing students formed the following knowledge and the calculation or grouping, the cross request,
skills: correction request data form or report;
− understanding that fill the tables "directly", ie − skills for the implementation of the
directly at the opening of the database tables is corresponding query, form or report;
possible only with permission of the designer − skills for the creation of documentation to
or in the future, the database administrator; create a query or form, as to create a software
product.
31

Figure 3. Diagram of decomposition stage "Creating data-processing facilities"

3. RESULTS AND DISCUSSIONS computer skills as a means of information


management, is able to work with information
Thus, the technique of training allows interactive in a global computer network;
master the basic professional activities in the − is able to collect, analyze and process the data
settlement and the economic, analytical and research necessary for solving the economic problems;
areas and form the following general cultural and
− be able to use for solving analytical and
professional competence (Figure 4):
research tasks modern technology and
− have basic methods, ways and means of information technology.
receiving, storing, processing information, has

Figure 4. Context diagram of the process of learning

Labs are intended to teach students to apply their professional competences. Requirements for the
knowledge in order to address specific practical implementation and execution of the task, the same for
problems, instill the skills to use the computer and all students, but the result of the assignment can not be
peripheral devices, advanced software products in the identical in content. All the tasks of laboratory work
professional economic activity. connected with each other, the result of the previous
All laboratory work on discipline "Professional work is a source data to perform subsequent laboratory
information systems and databases" for all students work.
are given the same tasks associated with specific
32

Targets reflect the following educational aspects of 2014. Vol. 20 (12). pp. 2184-2193. DOI:
the technology database: 10.5829/idosi.mejsr.2014.20.12.21106.
− formation of understanding and knowledge of [5] Ostroukh A.V., Pomazanov A.V. Development
database theory, rules of creating the database of information storage and retrieval system on
structure [1 – 5, 13 – 15]. Most often, this part nanomaterials and nanotechnology //
of the job is performed group of students International Journal of Advanced Studies
together with the teacher online in the form of (iJAS). 2013. Vol. 3, Issue 3, pp. 24-30. DOI:
a business game. The result of this part of the 10.12731/2227-930X-2013-3-5.
job documentation is created in the text editor [6] Ostroukh A.V., Belousova A.I., Pavlov D.A.,
MS Word [9, 10]. Yurchik P.F. Problems of organization and
− shaping of working in an environment specific search the knowledge base in the CRM-
database management system (DBMS) (On an systems // IOSR Journal of Engineering
example of the database MS Access) [1 – 5, 13 (IOSRJEN). 2014. Vol. 04. Issue 02. V3. pp.
– 15]. This part of the job is always performed 18-23. DOI: 10.9790/3021-04231823. ANED:
individually. The result of this part of the 0.4/3021-04231823.
assignment is to create a piece of the database. [7] Krasnyanskiy M.N., Karpushkin S.V.,
Completion of the cycle of laboratory work gives Obukhov A.D., Ostroukh A.V. Automated
the student knowledge about the structure of data control system for university research projects
storage and database theory (DB), as well as the // International Journal of Advanced Studies
practical experience of creating and working with the (iJAS). 2014. Vol. 4, Issue 1, pp. 22-26. DOI:
database in the target database environment as the 10.12731/2227-930X-2014-1-4.
basis of any professional information system and [8] Mikhail Nikolaevich Krasnyanskiy, Andrey
allows you to independently conduct settlement and Vladimirovich Ostroukh, Sergey Viktorovich
economic, analytical and scientific - research work in Karpushkin, Artyom Dmitrievich Obukhov,
the study of the disciplines of senior courses, using the Nataliya Vyacheslavovna Molotkova and
stored data [2 – 15]. Irnina Vladimirovna Galygina. Electronic
Document Management Systems Structure for
4. CONCLUSIONS University Research and Education // Journal
of Engineering and Applied Sciences. 2014.
The proposed method makes it possible in an Vol 9. Issue 5. pp. 182-189. DOI:
interactive way to teach students not only the 10.3923/jeasci.2014.182.189.
specialties of non-core processes work in the [9] Ostroukh A.V., Gusenitsa D.O., Golubkova
environment database MS Access, but the V.B., Yurchik P.F. Integration of PDM and
fundamentals of the theory and design of the database. ERP systems within a unified information
These competencies enable students not only to create space of an enterprise // IOSR Journal of
the database "modeled", but also to carry out the Computer Engineering (IOSR-JCE). 2014.
necessary analysis to solve specific professional Vol. 16. Issue 02. V6. pp. 31-33. DOI:
problems of data and based on it to create a simple 10.9790/0661-16263133. ANED:
database. 11.0661/iosr-jce-E016263133.
[10] Ostroukh A.V., Barinov K.A., Nikolaev A.B.,
REFERENCES Stroganov V.Yu. Formal methods for the
[1] Ostroukh A.V. Fundamentals of Information synthesis of the organizational structure of the
Technology. Moscow: Publishing House management through the personnel recruitment
"Academy". 2014. 208 p. ISBN 978-5-4468- at the industrial enterprises // Journal of
0588-4. Applied Sciences (JAS). 2014. Vol. 14, No 5.
[2] Ostroukh A.V. Input and processing of digital pp. 474-481. DOI: 10.3923/jas.2014.474.481.
information. Moscow: Publishing House [11] Ostroukh A.V., Barinov K.A., Surkova N.E.
"Academy". 2012. 288 p. ISBN 978-5-7695- Development of computer scenarios of
9457-1. buisiness games for personnel training at
[3] A.V. Ostroukh, M.N. Krasnyanskiy, S.V. industrial enterprises // Asian Journal of
Karpushkin, A.D. Obukhov. Development of Applied Sciences (AJAPS). 2014. Vol. 7, No 5.
Automated Control System for University pp. 306-316. DOI:
Research Projects // Middle East Journal of 10.3923/ajaps.2014.306.316.
Scientific Research. 2014. Vol. 20 (12). pp. [12] Andrey Vladimirovich Ostroukh, Kirill
1780-1784. DOI: Aleksandrovich Barinov, Andrey Borisovich
10.5829/idosi.mejsr.2014.20.12.21091. Nikolaev, Victor Yurievich Stroganov.
[4] A. Ostroukh, A. Pomazanov. Realtime Formalized Description of a Business Game
Development and Testing of Distributed Data Scenario Aimed at Assessment of the
Processing System for Industrial Company // Qualifying Characteristics of Personnel //
Middle East Journal of Scientific Research. Research Journal of Applied Sciences. 2014.
33

Vol. 9. No 7. pp. 436-442. DOI: transport // International Journal of Advanced


10.3923/rjasci.2014.436.442. Studies (iJAS). 2013. Vol. 3. No 3. pp. 3-9.
[13] A.V. Ostroukh, K.A. Barinov, N.E. Surkova. DOI: 10.12731/2227-930X-2013-3-1.
Scientific Approach to Developing Scenarios [15] Ostroukh A.V., Polgun M.B. New approaches
of Computer Business Games for Personnel to development of automated supervisory
Training at Industrial and Logistic Enterprises systems of industrial enterprises transport //
// International Journal of Applied Engineering International Journal of Advanced Studies
Research. 2015. Vol. 10. No 2. pp. 2705-2714. (iJAS). 2013. Vol. 3. No 4. pp. 3-9. DOI:
[14] Ostroukh A.V., Polgun M.B. Automation of 10.12731/2227-930X-2013-4-1.
processes supervisory control urban passenger

Вам также может понравиться