From 5d460deb8d745918c1451abc4dea9e3cd6f44697 Mon Sep 17 00:00:00 2001 From: Jovino Guerrero Toledo Date: Sat, 24 Sep 2022 13:02:30 -0300 Subject: [sql/pt-br] adding additional reading --- pt-br/sql-pt.html.markdown | 5 +++++ 1 file changed, 5 insertions(+) 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. -- cgit v1.2.3