aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/sql/index.html
blob: ada00ed61d193dad858ab29a598ece339307e60e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: SQL
slug: Glossary/SQL
tags:
  - BBDD
  - Glosario
  - Sql
translation_of: Glossary/SQL
---
<p><strong>SQL </strong>por sus siglas en inglés significa Lenguaje de Consulta Estructurada (Structured Query Language), es un lenguaje de programación diseñado para actualizar, obtener, y calcular información en bases de datos relacionales.</p>

<h2 id="Saber_más">Saber más</h2>

<h3 id="Conocimiento_general">Conocimiento general</h3>

<ul>
 <li><a href="https://es.wikipedia.org/wiki/SQL">SQL</a> en Wikipedia</li>
</ul>

<h3 id="Aprende_SQL">Aprende SQL</h3>

<ul>
 <li><a href="http://sqlzoo.net/wiki/SQL_Tutorial">Aprende SQL en sqlzoo.net</a></li>
 <li><a href="http://www.tutorialspoint.com/sql/">Tutorial Point</a></li>
</ul>