Database Research & Development

  • Home
  • NoSQL
    • NoSQL
    • Cassandra
  • Databases
    • Database Theory
    • Database Designing
    • SQL Server Coding Standards
    • SQL Server
    • PostgreSQL
    • MySQL
    • Greenplum
    • Linux
  • Interviews
    • SQL Server Interviews
    • MySQL Interviews
    • SQL Puzzles
  • DBA Scripts
    • SQL Server DBA Scripts
    • PostgreSQL DBA Scripts
    • MySQL DBA Scripts
    • Greenplum DBA Scripts
  • Home
  • Blog Archives !
  • (: Laugh@dbrnd :)
  • Contact Me !
sqlserverinterviews
Home 2015 November Database Theory: What is a Data Masking ?

Database Theory: What is a Data Masking ?

This article is half-done without your Comment! *** Please share your thoughts via Comment ***

In this post, I am sharing an easy note on what is a Data Masking and why it is necessary for the data security.

What is Data Masking?

The Data masking is a kind of mask over the important data. Means, the format of data remains the same, and only the values are changed.
This process is not for all kinds of data or tables, but the organization can select important data like Credit Card Number and perform Data Masking on the sensitive information.

In this masking process, the structure remains similar and only information will change. We are not going to change data type of
the column or field and we just change the value of that column of field.

In another term, we can say data masking is a process for creating different versions of sensitive data.

Some organization requires Data Masking on those data which are
needed for the testing team as a sample data so that software developer or tester team cannot access actual sensitive data.

In Data Masking, You can create, replicate column or you can change the version of data before displaying to the user.
There are many techniques you can choose to perform Data Masking like Substitution, Shuffling, Encryption.

For more theory and practical you can visit this articles.
https://en.wikipedia.org/wiki/Data_masking
https://www.mssqltips.com/sqlservertip/3091/masking-personal-identifiable-sql-server-data/

Nov 30, 2015Anvesh Patel
MySQL: Script to determine the size of innodb_buffer_pool_sizeDatabase Design: Use Stored Procedure, Do not use Inline or Ad Hoc SQL
Comments: 3
  1. Arjun
    December 15, 2015 at 6:47 am

    Very useful Anvesh, Keep it up

  2. Ralf
    January 18, 2016 at 11:22 pm

    Excellent, what a weblog it is! This weblog provides helpful data to us, keep it up.

  3. jacob
    April 14, 2016 at 10:23 pm

    Wow, stunning site. Thnx …|

Anvesh Patel
Anvesh Patel

Database Engineer

November 30, 2015 Database TheoryAnvesh Patel, Data Masking, Data Security, database, database concept, database research and development, database standards, Database Theory, database topic, dbrnd, RDBMS
About Me!

I'm Anvesh Patel, a Database Engineer certified by Oracle and IBM. I'm working as a Database Architect, Database Optimizer, Database Administrator, Database Developer. Providing the best articles and solutions for different problems in the best manner through my blogs is my passion. I have more than six years of experience with various RDBMS products like MSSQL Server, PostgreSQL, MySQL, Greenplum and currently learning and doing research on BIGData and NoSQL technology. -- Hyderabad, India.

About DBRND !

dbrnd

This is a personal blog (www.dbrnd.com).

Any views or opinions represented in this blog are personal and belong solely to the blog owner and do not represent those of people, institutions or organizations that the owner may or may not be associated with in professional or personal capacity, unless explicitly stated.

Feel free to challenge me, disagree with me, or tell me I’m completely nuts in the comments section of each blog entry, but I reserve the right to delete any comment for any reason whatsoever (abusive, profane, rude, or anonymous comments) - so keep it polite.

The content of this website is protected by copyright. No portion of this website may be copied or replicated in any form without the written consent of the website owner.

Recent Comments !
  • Anvesh Patel { Sure will do... } – May 27, 12:43 PM
  • Anvesh Patel { Great... } – May 27, 12:41 PM
  • Anvesh Patel { Great... } – May 27, 12:39 PM
  • Anvesh Patel { Great... } – May 27, 12:36 PM
  • Anvesh Patel { Great... } – May 27, 12:28 PM
  • Anvesh Patel { Great... } – May 27, 12:27 PM
  • Anvesh Patel { Great... } – May 27, 12:16 PM
  • Older »
Follow Me !
  • facebook
  • linkedin
  • twitter
  • youtube
  • google
  • flickr
© 2015 – 2019 All rights reserved. Database Research & Development (dbrnd.com)
Posting....