What do you is the best possible strategy from a technical point of view of being sure that the data stored in the database is genuine and hasn't been changed, for example, by DBA ? Especially in cases when storing financial transaction data.
Controlling database record correctness
97 Views Asked by norbert23 At
1
There are 1 best solutions below
Related Questions in DATABASE
- When dealing with databases, does adding a different table when we can use a simple hash a good thing?
- How to not load all database records in my TListbox in Firemonkey Delphi XE8
- microsoft odbc driver manager data source name not found and no default driver specified
- Cloud Connection with Java Window application
- Automatic background scan if user edit column?
- Jmeter JDBC Connection Configuration Parametrization of Database URL for accessing SQL Database
- How to grant privileges to current user
- MySQL: Insert a new row at a specific primary key, or alternately, bump all subsequent rows down?
- Inserting and returning autoidentity in SQLite3
- Architecture: Multiple Mongo databases+connections vs multiple collections with Express
- SQL - Adding a flag based on results within a query - best practice?
- Android database query not returning any results
- Developing a search and tag heavy website
- Oracle stored procedure wrapping compile error with inline comments
- Problems communicating with mysql in php
Related Questions in RECORD
- SQL Where 2 values one is empty
- MySQL - How to sort within a record?
- Can't make Audiorecord and Audiotrack work togehter
- How declare in a record a member with generic list of records in F#
- OCaml record accessing itself
- How convert any record into a map/dictionary in F#?
- How to record test in android appium?
- BigQuery - Flexible Schema in Record Field
- Javascript code to record click on link to PDF - Qualtrics
- Fetch relational entity from core data using magical record
- Multiple records from input doesn't work
- Record a chrome tab and save as video JS
- Unable to Retrieve data from the postgress database using Php?
- Why Odoo creates a succeeding Empty record in tree view, when we open a popup window in form view?
- iOS - Record the Voice while phone call in Objective c
Related Questions in FINANCE
- Python: Calculating the growth rate over a year when the dates aren't the same
- Python TypeError: argument to string formatting
- How to make a jump difussion graphic
- Using R to download file from https with login credentials
- Error in "Quandl" while pulling data for commodity in R
- Showing amount with currency
- Quandl - Converting JSON data into data frame uisng R
- How to get company website from a finance ticker (stock symbol)?
- Error while retrieving Volume data from Yahoo
- Pandas: use of aggregate with a MultiIndex
- R QUANTSTRAT - error when applying signal
- Yahoo Ticker API no longer real-time
- "non-numeric argument to binary operator" error from getReturns
- MATLAB Financial Data Algorithm
- Calculating Portfolio return from Log-returns
Related Questions in CORRECTNESS
- Bellman-Ford algorithm proof of correctness
- Open Type Level Proofs in Haskell/Idris
- How to justify the correctness and runtime of an algorithm
- How does algorithm for Longest increasing subsequence [O(nlogn)] work?
- Controlling database record correctness
- why performance is zero for the following logic?
- Simple assert for ordered non re-entrant calling?
- Verifying program correctness using phantom types in Haskell
- Write a wrapper object in Javascript
- How important is it really to check every array index in PHP?
- Correctness of Inorder traversal using stacks
- Guaranteed way to correctly get the contents of www.bing.com/
- How do I use System.Net.ConnectStream?
- How much work in the Dispose method?
- Formal proof for a factorial number system algorithm
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can set up membership rule access to database/tables/DML operations and so on.