Valid 1z0-497 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-497 Exam! ExamDiscuss.com now offer the newest 1z0-497 exam dumps, the ExamDiscuss.com 1z0-497 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-497 dumps with Test Engine here:
Examine the command: SQL> CREATE TABLE orders(oid NUMBER (6) PRIMARY KEY, odato DATE, ccode NUMBER (6), oamt NUMBER (10, 2)) TABLESPACE users ; Which two statements are true about the execution of the command?
Correct Answer: B,D
Explanation/Reference: Explanation: B: A NOT NULL constraint is put on the primary key. D: * To enable a unique or primary key constraint, you must have the privileges necessary to create an index on the table. You need these privileges because Oracle Database creates an index on the columns of the unique or primary key in the schema containing the table. * TABLESPACE Specify the tablespace in which Oracle Database creates the table, object table OIDINDEX, partition, LOB data segment, LOB index segment, or index-organized table overflow data segment. If you omit TABLESPACE, then the database creates that item in the default tablespace of the owner of the schema containing the table. References: