Test Users Table for Practical Tasks
In this section, we will focus on the practical
application of knowledge about working with databases.
To do this, we will bring our table users
to the following form:
| id | name | age | salary |
|---|---|---|---|
| 1 | user1 | 23 | 400 |
| 2 | user2 | 24 | 500 |
| 3 | user3 | 25 | 600 |
Create a table test with the content
specified above.
Make a dump of this table so that in the future you can easily restore it.