SQL Taskbook Level 1.10
Given a table:
| id | name | date |
|---|---|---|
| 1 | user1 | 1988-03-01 |
Solve the following tasks for it:
Insert into the users table a new user with the name user2 and the date '1999-12-12'.
Insert into the users table a new user with the name user3 and the date '1970-10-06'.