Examine these statements and the result:
CREATE SEQUENCE customer_seq CACHE 10;
SELECT customer_seq. NEXTVAL FROM DUAL; NEXTVAL
1
Now examine this command:
ALTER SEQUENCE customer_soq
What must replace missing clause for customer_seq. nfxtvai. to return 11?
Currently there are no comments in this discussion, be the first to comment!