This exercise is a practice of SQL language inside the discipline of databases 1, belonging to the course of Computer Engineering.
-
DDL
- create table
- primary key
- check
- unique
- foreign key
- alter table
- add
- drop
- rename
-
DML
- select
- from
- where
- order by
- desc
- asc
- insert
- update
- delete
- left join
- outer join
- using
- count()
- sum()
- max()
- min()
- avg()
- group by
- having