lint all files
This commit is contained in:
@@ -169,6 +169,7 @@ SELECT origin FROM pirates;
|
||||
## Workshop 1 (10:00)
|
||||
|
||||
- Implement the two tables using the SQL CREATE TABLE command.
|
||||
|
||||
```sql
|
||||
CREATE TABLE employee(
|
||||
empNo INTEGER PRIMARY KEY
|
||||
@@ -204,4 +205,4 @@ SELECT empNo, eName
|
||||
FROM employee
|
||||
INNER JOIN manager
|
||||
ON employee.empNo = manager.empNo;
|
||||
```
|
||||
```
|
||||
|
Reference in New Issue
Block a user