Identify the correct statements abut SEQUENCE objects of Denali

 Posted by Rajnilari2015 on 2/17/2016 | Category: Sql Server Interview questions | Views: 2437 | Points: 40
Select from following answers:
  1. To Restart the sequence object, we use the RESTART WITH clause of the Sequence object
  2. The Restart With value must be an integer and whose range has to be MINVALUE >= RESTART WITH VALUE <=MAXVALUE
  3. We get the current, maximum and minimum value of the Sequence object from sys.sequences catalog
  4. All the above
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response