mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
[sql/pt-br] adding additional reading
This commit is contained in:
parent
e06ea4b82f
commit
5d460deb8d
@ -112,3 +112,8 @@ DELETE FROM tablename1;
|
|||||||
-- A tabela tablename1, é excluída completamente.
|
-- A tabela tablename1, é excluída completamente.
|
||||||
DROP TABLE tablename1;
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user