How many indexes will be created by the following statement? Create table mytab { Col1 int not null primary key, Col2 char (64), Col3 char (32), Col4 int not null, Constraint c4 unique (Col4,Col1) }
0
1
2
3
Exit
Next Question
Copyright 2020 by ibmmainframer. All Rights Reserved.
Db2 Quiz