- Run a container with a database of any type of you prefer (MySql, PostgreSQL, Mongo, etc.)
- Verify the container is running
- Access the container and create a new table (or collection, depends on which DB type you chose) for students
- Insert a row (or document) of a student
- Verify the row/document was added
Click here for the solution