Which of the following is a valid SQL statement? a. INSERT INTO publisher VALUES (pubsequence.nextvalue, 'HAPPY PRINTING',

Question:

Which of the following is a valid SQL statement?
a. INSERT INTO publisher
    VALUES (pubsequence.nextvalue, 'HAPPY
     PRINTING', 'LAZY LARRY', NULL);

b. CREATE INDEX a_new_index
      ON (firstcolumn*.02);

c. CREATE SYNONYM pub
     FOR publisher;

d. All of the above
e. Only a and c
f. None of the above

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Oracle 12c SQL

ISBN: 978-1305251038

3rd edition

Authors: Joan Casteel

Question Posted: