• Home
  • 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) }