In SQL Server, what is the purpose of the SEQUENCE object?
A. Generate a sequence of numbers
B. Execute a set of statements in a loop
C. Define a cursor for record processing
D. Create a temporary table
The SEQUENCE object is used to generate a sequence of numbers in SQL Server.