Pets

Report a typo

Create a table animals with columns name VARCHAR(20), animal_kind VARCHAR(20) and owner_id INT. The owner_id column should be an unnamed foreign key pointed to the column id in the table persons.

Write an SQL statement





___

Create a free account to access the full topic