Tagged Questions
4
votes
5answers
767 views
Are there any difference between data integrity and data consistency?
I'm a little confused about data consistency and data integrity. From Oracle Database Concepts:
data integrity
--------------
Business rules that dictate the standards for acceptable data. These ...
4
votes
5answers
339 views
How to fix possible db corruption?
I'm at a client doing some quick fixes to their access application. It was a while I had a go with access, but I'm recovering quickly. However, I've discovered an interesting problem:
For some ...
1
vote
1answer
30 views
integrity constraint in Oracle
Suppose that a table named SuplProd has the columns supplier and product and two entries: (Sony Ericcson, Xperia) and (Apple, iPhone).
I would like to create a table named Orders with columns ...
1
vote
3answers
89 views
How to go about catching database and software version mismatch on deployed application?
I'm developing a standalone application that accesses a common database on a server. It will be used by a few dozen people in my organization.
I know that I will need to update the software and the ...