Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
128 views

Algorithm 2D Referential traduction

I am trying to build a function grapher, The user enters xmin, xmax, ymin, ymax, function. I got the x, y for all points. Now i want to translate this initial referential to a Canvas starting at ...
0
votes
2answers
780 views

How to check modality/cardinality on a relationship in Oracle

I am attempting to reverse engineer a Database that is in Oracle. I have been able to find the main keys and the referential integrity rules that correspond to the Foreign Keys but cannot locate where ...