Select from following answers:- Select * from sys.sequences
- Select * from sys.catalogs.sequences
- Select * from sys.sequence
- Select * from sys.catalogs.sequence
- All Above
f we need to get complete metadata information about the Sequence created from the sys.sequences catalog, we can query as
Select * from sys.sequences
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator