PrepAway - Latest Free Exam Questions & Answers

Which SQL statement will execute successfully?

Which SQL statement will execute successfully?

PrepAway - Latest Free Exam Questions & Answers

A.
CREATE TABLE customer
(custid INTEGER,
custinfo XML NOT NULL PRIMARY KEY)

B.
CREATE TABLE customer
(custid INTEGER,
custinfo XML(1 M) NOT NULL PRIMARY KEY)

C.
CREATE TABLE customer
(custid INTEGER NOT NULL PRIMARY KEY,
custinfo XML)

D.
CREATE TABLE customer
(custid INTEGER NOT NULL PRIMARY KEY,
custinfo XML( 10000))


Leave a Reply