• Consultas SQL 

      Vargas Sánchez, German Gonzalo (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2010-06-30)
      The relational model today is the most widely used model in dynamic data management. But in spite of this, the management of the database provides a large network of concepts that are sometimes difficult for laymen to manage.
    • Funciones S.Q.L 

      Vargas Sánchez, German Gonzalo (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2010-06-30)
      SQL presenta cinco funciones básicas Max, min, sum, avg, y count. La función Max devuelve el mayor valor de un conjunto de datos, la función avg devuelve el valor promedio de un conjunto de datos, la función min devuelve ...
    • Instrucciones S.Q.L. 

      Vargas Sánchez, German Gonzalo (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2010-06-30)
      There are a number of frequently used instructions in SQL, select, insert, order by, delete, update, between, like, as and calculated fields. The order by clause helps us to sort the query upstream or downstream. The INSERT ...
    • Lenguaje Cobol 

      Vargas Sánchez, German Gonzalo (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2010-06-30)
      It is a language oriented to the business world, it exclusively handles files. The creator of COBOL was created by the pentagon in 1960 and currently 70% of the world code is developed in COBOL.
    • Modelo Entidad - Relación 

      Vargas Sánchez, German Gonzalo (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2010-06-30)
      Peter Chen es el fundador del modelo de entidad relación. Con respecto a este modelo podemos decir que tiene dos elementos que son las entidades y las relaciones, las entidades pueden ser sustantivos, entre estas personas, ...
    • Modelo Relacional 

      Vargas Sánchez, German Gonzalo (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2010-06-30)
      The relational model is a database management and organization model that consists of storing data in tables composed by row and columns or fields, this model differs from other models mainly in that it is more understandable ...
    • Normalización 

      Vargas Sánchez, German Gonzalo (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2010-06-30)
      Standardisation gives us certain advantages in our databases, for example, it allows us to eliminate data redundancy, it guarantees us consistency in reports, it gives us uniqueness in data, it provides more data organisation, ...
    • Postgress SQL 

      Vargas Sánchez, German Gonzalo (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2010-06-30)
      PostgreSql has been developed by the research department of the University of Berkeley in California U.S.A. To create data we can use the Postgre SQL editor, this is at the top marked with SQL.
    • Practica Relacional 

      Vargas Sánchez, German Gonzalo (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2010-06-30)
      En esta oportunidad se pretende reforzar los conocimientos sobre el modelo relacional, para lo cual se realizará un ejercicio práctico que permite afianzar los conocimientos previos. Para tal fin se hará énfasis en la ...
    • Registro Votaciones 

      Vargas Sánchez, German Gonzalo (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2010-06-30)
      El registro de las elecciones se obtiene a partir de formularios, en los cuales se registra por cada candidato la cantidad de votos obtenida en las votaciones. Posteriormente después de obtener los datos se procede a ...