How can I alter a data stored in a block. consider this code snippet,
{
studentId:600,
marks:300
}
Suppose, the above code was written to include a data entry in the blockchain. Now, I want to update this marks to 400. so can i do this in a block chain. I heard that we couldn't update a bockchain