The question is more simple than what it looks. There are many use cases that are well known and people have put a lot of thought into them. For example: Audit ...
My first question on here so be nice!
I am a junior developer with not much experience and am having trouble with this problem.
I have a table which needs to be auditable. ...
I'm writing a toy database management system, and running up against some alignment and endianness issues.
First, allow me to explain the data that is being stored, and where it's being stored. ...
I have a question regarding location of repository access. Is it acceptable practice to allow or contain Repository access within an Entity that the Repository Maintains?
For example:
The problem is as follows:-
I have a certain file on disk which has a huge size (say a terabyte), now I want to read say N pages (discrete and not contiguous ...
Hi. One of my friends works at his sister's clothing store and about once a week I go over there to chat with him. I noticed they have a serious problem keeping their clients files organized because my friend spends about half an hour looking for a file when someone walks in and buys something or wants to pay something. Just ...
Hi, I have database model with entities A, B, C, D, E. There are direct and indirect dependencies between them that need to be stored. For example, A has direct relation with B i.e A-->B stored in table AB B has direct relation with C i.e B->C stored in table BC A also has direct relation with C i.e A->C From ...