exam questions

Exam 1z0-071 All Questions

View all questions & answers for the 1z0-071 exam

Exam 1z0-071 topic 1 question 232 discussion

Actual exam question from Oracle's 1z0-071
Question #: 232
Topic #: 1
[All 1z0-071 Questions]

You create a table by using this command:

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

Which two are true about executing statements? (Choose two.)

  • A. INSERT INTO rate_list VALUES (0.999) produces an error.
  • B. INSERT INTO rate_list VALUES (-.9) inserts the value as -.9.
  • C. INSERT INTO rate_list VALUES (87654.556) inserts the value as 87654.6.
  • D. INSERT INTO rate_list VALUES (-10) produces an error.
  • E. INSERT INTO rate_list VALUES (-99.99) inserts the value as 99.99.
  • F. INSERT INTO rate_list VALUES (0.551) inserts the value as .55.
Show Suggested Answer Hide Answer
Suggested Answer: BF 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Mcromeo
1 month, 2 weeks ago
Selected Answer: BF
BF correct
upvoted 2 times
...
lucemqy
2 months ago
Selected Answer: BF
BF tested
upvoted 1 times
...
WingL
6 months, 1 week ago
Selected Answer: BF
100% BF correct. Have a try. CREATE TABLE rate_list (rate NUMBER(6,2)); INSERT INTO rate_list VALUES (0.999); select * from rate_list; INSERT INTO rate_list VALUES (-.9); select * from rate_list; INSERT INTO rate_list VALUES (87654.556); select * from rate_list; INSERT INTO rate_list VALUES (-10); select * from rate_list; INSERT INTO rate_list VALUES (-99.99); select * from rate_list; INSERT INTO rate_list VALUES (0.551); select * from rate_list;
upvoted 2 times
...
Orxan_H
6 months, 1 week ago
Selected Answer: BF
BF ARE CORRECT
upvoted 2 times
...
zouve
6 months, 2 weeks ago
B,F tested
upvoted 2 times
...
musafir
7 months ago
B and F are correct https://www.examtopics.com/discussions/oracle/view/8436-exam-1z0-071-topic-1-question-276-discussion/
upvoted 2 times
...
CMjer
7 months, 3 weeks ago
Selected Answer: BE
B, E is correct
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago