Re: Feedback on database design
Posted by: Peter Brawley
Date: August 22, 2017 02:13PM

Neither the diagram nor the script can answer the question you're asking, which is the accuracy with which your db design matches the requirement. There's exactly one way to answer that question: create the db from the script, populate it with representative data, run every Select, Insert, Update and Delete command that the requirement says the system must handle, adjust the db structure to fix the failures you find, rinse and repeat until the process finds no more errors.

Options: ReplyQuote


Subject
Written By
Posted
August 22, 2017 01:47PM
Re: Feedback on database design
August 22, 2017 02:13PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.