Question:Which functions does the following SQL QUERY perform? DBCC CHECKIDENT ('table_name', RESEED, new_reseed_value)
A It checks the current identity field value of the specified table
B It sets the identity field value to the new reseed value
C It sets the identity field value to 1
D None of these
+ AnswerB
+ Report