99c4e02ecf
Name it instead "topics" so it won't be strange if some topics included "exercises" directory.
404 B
404 B
Containerized DB
- 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