diff options
author | Jovino Guerrero Toledo <jovino.toledo@raizen.com> | 2022-09-24 13:02:30 -0300 |
---|---|---|
committer | Jovino Guerrero Toledo <jovino.toledo@raizen.com> | 2022-09-24 13:02:30 -0300 |
commit | 5d460deb8d745918c1451abc4dea9e3cd6f44697 (patch) | |
tree | 962952f894b009e24a294c834b0440ad3445759a | |
parent | e06ea4b82f2b8177ca9fcbad0a9518b636cd86a5 (diff) |
[sql/pt-br] adding additional reading
-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. |