You are on page 1of 6

Informe Grupo_ 201416_12

Paso 3: Diseño base de datos

Presentado por:
Luz Mery Carmona
Donis Diru Ahumada
Jonathan David Rodriguez
Ismael Eliecer Martinez Castilla
Luis Daniel De Leon

Presentado a:
Rafael Dionisio Ortega Almeida (Tutor)

Universidad Nacional Abierta y a Distancia


Escuela de Ciencias Básicas Tecnología e Ingeniería
Programa Académico
04/06/2019
Introducción
The combination of Microsoft Access and Microsoft Visual Basic provides us with an
excellent tool for the creation of databases (Access) and their access (Visual Basic) that
allows us to manage our collections of audio, books, video, etc. this exercise will allow
us to conceive and build databases that fit our particular needs, assuming that you have
more than basic knowledge of Visual Basic, without further ado, hands-on.

What is a database?

It is a set of information (a set of data) related that is grouped or structured. The data is
stored in a way that is independent of the programs that use it, and concrete and
determined methods are used to include new data and to modify or extract those already
stored.

The file itself does not constitute a database, but rather the way in which the information
is organized is what gives rise to the database. Manual databases can be difficult to
manage and modify. For example, in a phone book it is not possible to find the number
of an individual if we do not know his surname, even if we know his address.

Similarly, in a patient file in which the information is disordered by the name of the same,
it will be a rather cumbersome task to find all the patients who live in a certain area. The
problems discussed above can be solved by creating a computerized database.

From the computer point of view, a database is a system formed by a set of data stored
on disks that allow direct access to them and a set of programs that manipulate this set of
data.

From the more formal point of view, we could define a database as a set of structured,
reliable and homogeneous data, organized independently on the machine, accessible in
real time, shared by concurrent users who have different and non-predictable information
needs in the weather.

The main Properties of a Database are:

1. Set (collection) of data.

2. Interrelated and structured data.

3. They present the least possible redundancy.

4. Independence of data and processes.

5. Supports multiple users and multiple applications.

6. The update and recovery of data must ensure Integrity, Security and
Confidentiality of the data.
Objetivos

1. A Database must be designed.


2. Individually you work in the selected exercise and the forum is provided.
3. The contributions of colleagues are reviewed and the work to be delivered is
consolidated.
4. Delivery is made in the monitoring and evaluation environment.
Contenido del proyecto
Conclusiones
En español:
Referencias Bibliográficas

[1]http://www.tutorialesprogramacionya.com/javaya/detalleconcepto.php?codigo=80&punto
=&inicio=

[2]

You might also like