Submitted Questions

  • Data Redundancy and Data Consistency

    How will you check data redundancy and data consistency using SQL queries?

    Khemchand Mahajan

    • Aug 26th, 2017

    By using Normalisation Concept we can check data redundancy and consistency problem.

    sandesh mastake

    • Apr 23rd, 2013

    Data redundancy means youre checking for duplication. In order to make that check, you need to determine what signifies a duplicate within the table to which you are referring. There is not a single q...