diff options
Diffstat (limited to 'pt-br/sql-pt.html.markdown')
-rw-r--r-- | pt-br/sql-pt.html.markdown | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pt-br/sql-pt.html.markdown b/pt-br/sql-pt.html.markdown index accdac4d..0e4631a6 100644 --- a/pt-br/sql-pt.html.markdown +++ b/pt-br/sql-pt.html.markdown @@ -112,3 +112,8 @@ DELETE FROM tablename1; -- A tabela tablename1, é excluída completamente. DROP TABLE tablename1; ``` + +# Leitura adicional + +* [Codecademy - SQL](https://www.codecademy.com/learn/learn-sql) A good introduction to SQL in a “learn by doing it” format. +* [Database System Concepts](https://www.db-book.com/) book’s Chapter 3 - Introduction to SQL has an in depth explanation of SQL concepts. |