Tagged Questions

0
votes
5answers
161 views
+550

database design - how do i track information over time and query a table for latest data

We are trying to track our applications in our department and our unit test usage so i have created a database to keep track of this. I have an Applications table and at first, i created a UnitTests …