It is a bit complicated, but it's feasible:
first of all you update the statistics on a table not on a DB.
To see all the statistics enter:
sp_helpstats YourTableName, 'ALL'
after you can check the statistics by typing
dbcc show_statistics (YourTableName, StatName)