This is a very good question. I guess it can be a good question in interviews too.
Coming to the answer, am answering the question as two parts:
There are two types of statistics:Index stats(stats created on index) and column stats(stats created on individaul column)
1.Does rebuild index update t......