Sunday, September 20, 2015

How to Update your Aadhaar data


How to Update your Aadhaar data

You can update the following data either by submitting your request Online or sending request through Post.
  • Name
  • Gender
  • Date of Birth
  • Address
  • Mobile Number
  • If Resident is unable to locate the required Pincode/Village/Town/City/Post Office/District/State or is finding difficulty in local language transliteration, they may send their Update request through Post.
Send Update Request through Post

No comments:

Post a Comment

Query to find the third highest salary

We can used dens_rank() function to find the rank of salaries of employees and then put in a subquery to get rank is equal to 3.   select * ...