diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:08 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:08 +0100 |
commit | 39f2114f9797eb51994966c6bb8ff1814c9a4da8 (patch) | |
tree | 66dbd9c921f56e440f8816ed29ac23682a1ac4ef /files/fr/glossary/sql/index.html | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.gz translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.bz2 translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.zip |
unslug fr: move
Diffstat (limited to 'files/fr/glossary/sql/index.html')
-rw-r--r-- | files/fr/glossary/sql/index.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/files/fr/glossary/sql/index.html b/files/fr/glossary/sql/index.html new file mode 100644 index 0000000000..b4f022607d --- /dev/null +++ b/files/fr/glossary/sql/index.html @@ -0,0 +1,26 @@ +--- +title: SQL +slug: Glossaire/SQL +tags: + - CodingScripting + - Database + - Glossary + - Sql +translation_of: Glossary/SQL +--- +<p><strong>SQL </strong>(Structured Query Language) est un langage normalisé pour mettre à jour, récupérer et calculer des données dans les tables d'une base de données.</p> + +<h2 id="Pour_approfondir">Pour approfondir</h2> + +<h3 id="Connaissances_Générales">Connaissances Générales</h3> +<ul> + <li>{{Interwiki("wikipedia", "SQL")}} sur Wikipédia</li> +</ul> + + +<h3 id="Apprendre_le_SQL">Apprendre le SQL</h3> + +<ul> + <li><a href="http://sqlzoo.net/wiki/SQL_Tutorial">Apprendre le SQL sur sqlzoo.net</a></li> + <li><a href="http://www.tutorialspoint.com/sql/">Tutorial Point</a></li> +</ul> |