Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
laryscampark authored Apr 14, 2024
1 parent 9cc0582 commit 4df5828
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ ALTER TABLE Funcionarios
DROP COLUMN DataContratacao;
```

**O comando LIMIT é sempre a última parte de uma consulta**
```sql
SELECT *
FROM orders
LIMIT 10;
```

## Recursos gratuitos para estudar

- **Udacity**: Recursos Gratuito [SQL](https://learn.udacity.com/courses/ud198/lessons/ae1532d3-cde0-4881-8c27-b460d6ce23ee/concepts/b997f8f2-ee5e-4e03-a60b-0158e9ea7a57)
Expand Down

0 comments on commit 4df5828

Please sign in to comment.