IBM
C2090-558 · Question #20
C2090-558 Question #20: Real Exam Question with Answer & Explanation
Sign in or unlock C2090-558 to reveal the answer and full explanation for question #20. The question stem and answer options stay visible for context.
Question
Which of these commands will create a table containing a column that will be automatically populated with a numeric value starting from an initial value of 2301 and incremented as rows are inserted?
Options
- ACREATE TABLE customer (cust_num SERIAL(2301), ?;
- BCREATE TABLE customer (cust_num SERIAL INIT 2301,?;
- CCREATE TABLE customer (cust_num INT SET SERIAL 2301,?;
- DCREATE TABLE customer (cust_num SERIAL,? SET SERIAL 2301;
Unlock C2090-558 to see the answer
You've previewed enough free C2090-558 questions. Unlock C2090-558 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.