I

DB2 9 Family Fundamentals

300 Questions

You can start the exam to practice all questions related to this exam.

Question No. 1

If the following SQL statements are executed in the order shown:
CREATE TABLE orders
(order_num INTEGER NOT NULL,
buyer_name VARCHAR(35),
amount NUMERIC(5,2));
CREATE UNIQUE INDEX idx_orderno ON orders (order_num);
Which of the following describes the resulting behavior?
 

Choose the correct option from the given list.
01 / 300

0 Discussions

Trending Exams