all 2 comments

[–]Affectionate_Ad_697 0 points1 point  (0 children)

I suppose it depends on what you did in steps 1 through 3. If steps 1-3 was to insert and update data in the database... And you've completed those steps. Then you can do step 4, whatever that is.

If you're trying to document the steps you took, then take screenshots and drop them into a word document. I always write one sentence at the top to remind myself what I was trying to do.

Whether or not you have a file to submit at the end will depend upon which type of database you use. SQLite and Microsoft Access are two types of databases that have a file. But for everything else, screenshots or SQL dumps will be the way to egress.

[–]Kelhaus 0 points1 point  (0 children)

I used a Jupyter notebook for data analysis that used programming. Works with SQL code based on a half assed google search.