diff options
Diffstat (limited to 'files/ca/glossary/sql/index.html')
-rw-r--r-- | files/ca/glossary/sql/index.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/files/ca/glossary/sql/index.html b/files/ca/glossary/sql/index.html new file mode 100644 index 0000000000..5d7ac305e2 --- /dev/null +++ b/files/ca/glossary/sql/index.html @@ -0,0 +1,26 @@ +--- +title: SQL +slug: Glossary/SQL +tags: + - CodingScripting + - Database + - Glossary + - Sql +translation_of: Glossary/SQL +--- +<p><strong>SQL </strong>(Structured Query Language) és un llenguatge de programació descriptiu dissenyat per actualitzar, recuperar i calcular dades en bases de dades basades en taules.</p> + +<h2 id="Aprèn_més">Aprèn més</h2> + +<h3 id="Coneixement_general"><span id="result_box" lang="ca"><span>Coneixement general</span></span></h3> + +<ul> + <li>{{Interwiki("wikipedia", "SQL")}} en Wikipedia</li> +</ul> + +<h3 id="Aprendre_SQL">Aprendre SQL</h3> + +<ul> + <li><a href="http://sqlzoo.net/wiki/SQL_Tutorial">Aprendre SQL en sqlzoo.net</a></li> + <li><a href="http://www.tutorialspoint.com/sql/">Tutorial Point</a></li> +</ul> |