aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/sql/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/glossary/sql/index.html')
-rw-r--r--files/es/glossary/sql/index.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/files/es/glossary/sql/index.html b/files/es/glossary/sql/index.html
new file mode 100644
index 0000000000..ada00ed61d
--- /dev/null
+++ b/files/es/glossary/sql/index.html
@@ -0,0 +1,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>