exam questions

Exam 1z0-071 All Questions

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

Exam 1z0-071 topic 1 question 6 discussion

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

Which two are true? (Choose two.)

  • A. CONCAT joins two character strings together.
  • B. CONCAT joins two or more character strings together.
  • C. FLOOR returns the largest positive integer less than or equal to a specified number.
  • D. INSTR finds the offset within a character string, starting from position 0.
  • E. INSTR finds the offset within a string of a single character only.
  • F. FLOOR returns the largest integer less than or equal to a specified number.
Show Suggested Answer Hide Answer
Suggested Answer: AF 🗳️

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
5cff9a8
2 months ago
I thought B was correct, whereas it depends on the database. Oracle defers from Microsoft.
upvoted 1 times
...
Drexan
2 months, 1 week ago
Selected Answer: AF
floor(12.3) returns 12 and ceil(12.3) returns 13
upvoted 1 times
...
hmatinnn
1 year, 1 month ago
How F can be correct?! Okay, in oracle documents it is mentioned like : FLOOR returns the largest integer equal to or less than n. But why it returns less than inputted value?? (select floor(15,7) from dual => output is 15) That statement is proper for CEIL function for my point of view. Can anyone help me to overcome this simply seem but complicated question?
upvoted 1 times
Lee_jong_suk
1 year ago
Floor takes the minimum integer value while CEIL takes the largest integer value. SELECT FLOOR('100.2') FROM DUAL; //op: 100 SELECT CEIL('100.2242') FROM DUAL;//op: 101
upvoted 1 times
...
...
Guru_C
1 year, 5 months ago
How F is correct. In case argument is passed in a negative. eg -1.4. The output is -2. But -1 is greater than -2. And, its contrast with option F. F. FLOOR returns the largest integer less than or equal to a specified number. select floor(-1.4) from dual; o/p ---2
upvoted 3 times
...
Proctored_Expert
2 years ago
Selected Answer: AF
A. CONCAT joins two character strings together. F. FLOOR returns the largest integer less than or equal to a specified number.
upvoted 2 times
...
MahdiHamdii
2 years ago
Selected Answer: AF
A-F Correct
upvoted 1 times
...
boddoju
2 years, 1 month ago
Why option-b is not correct? can any one explain
upvoted 1 times
J4vi
1 year, 10 months ago
Try to concat 3 different strings and see... it's posible in Microsoft SQL, not Oracle
upvoted 1 times
Rik92
1 year, 7 months ago
CONCAT as a function in Oracle can only do two strings, if you want more, use || The function and operator are not the same thing!
upvoted 1 times
...
...
...
pawanl
2 years, 4 months ago
how is F 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