mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-11 01:04:10 +02:00
[sql/pt-br] adding additional reading
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user