You are on page 1of 3

2021‐11‐09 

Task
Modify the PERSON table, add the date of birth field.
The new structure should look like:

Prepare a data test set.


Remember about the correct foreign keys
Add some data to the modified structure using SQL.
The data is:
Gender table:
female
male
PERSON table:
several people
Table ADDRESSES
several items
Other tables may be empty.

  1
2021‐11‐09 

Use the query editor to display all entered data

Save the solution as an SQL script and place it on the Platon platform as txt files

solution_2021_11_09.

  2
2021‐11‐09 

Previous structure

 
 

  3

You might also like