Skip to content

uploading assignment 2 related files (pngs and completed sql code)#2

Open
nthrsn wants to merge 1 commit intomainfrom
assignment-two
Open

uploading assignment 2 related files (pngs and completed sql code)#2
nthrsn wants to merge 1 commit intomainfrom
assignment-two

Conversation

@nthrsn
Copy link
Copy Markdown
Owner

@nthrsn nthrsn commented Dec 23, 2024

What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

Designing a logical model for a book store, using SQL to interact with a database and perform various operations to summarie tables and create a new one. With individual records, I had to use window functions to perform these actions (i.e. insert, trim, union, cross/inner/union joins).

What did you learn from the changes you have made?

I've learned how to use windowed functions, joins, and how to change/update data tables in SQL.

Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?

There were different combinations of using joins, group bys and unions - I tried to use what worked without too much redundant work.

Were there any challenges? If so, what issue(s) did you face? How did you overcome it?

I had challenges figuring out what is the most efficient way to complete certain tasks.

How were these changes tested?

Tested locally.

A reference to a related issue in your repository (if applicable)

Checklist

  • I can confirm that my changes are working as intended

Copy link
Copy Markdown

@JzfL JzfL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved and perfectly done! 70/70

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants