Oracle Database 12c SQL 1z0-071 Question # 88 Topic 9 Discussion

Oracle Database 12c SQL 1z0-071 Question # 88 Topic 9 Discussion

1z0-071 Exam Topic 9 Question 88 Discussion:
Question #: 88
Topic #: 9

You create a table by using this command:

CREATE TABLE rate_list (rate NUMBER(6,2));

Which two are true about executing statements?


A.

INSERT INTO rate_list VALUES (-.9) inserts the value as -.9.


B.

INSERT INTO rate_list VALUES (0.999) produces an error.


C.

INSERT INTO rate_list VALUES (-10) produces an error.


D.

INSERT INTO rate_list VALUES (87654. 556) inserts the value as 87654.6.


E.

INSERT INTO rate_list VALUES (0.551) inserts the value as .55.


F.

INSERT INTO rate_list VALUES (-99.99) inserts the value as 99.99.


Get Premium 1z0-071 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.