Students DB

Easy
0/40
Average time to solve is 10m

Problem statement

Insert below student details in students table and print all data of table.

+---------+--------+-------+
| ID  |  Name       | Gender|
+---------+--------+-------+
|   3     |  Kim    |   F   |
|   4     | Molina  |   F   |
|   5     | Dev     |   M   |
+---------+--------+-------+
Solution
(100% EXP penalty)
Students DB
Console