Exam 10: Selected Single-Row Functions
Exam 1: Overview of Database Concepts108 Questions
Exam 2: Basic SQL Select Statements121 Questions
Exam 3: Table Creation and Management136 Questions
Exam 4: Constraints132 Questions
Exam 5: Data Manipulation and Transaction Control136 Questions
Exam 6: Additional Database Objects138 Questions
Exam 7: User Creation and Management130 Questions
Exam 8: Restricting Rows and Sorting Data132 Questions
Exam 9: Joining Data From Multiple Tables119 Questions
Exam 10: Selected Single-Row Functions133 Questions
Exam 11: Group Functions137 Questions
Exam 12: Subqueries and Merge Statements131 Questions
Exam 13: Views133 Questions
Select questions type
Which of the following functions can be used to determine the next occurrence of a specific day of the week after a given date?
(Multiple Choice)
4.8/5
(28)
Which of the following functions can be used to convert a character string to lower-case letters?
(Multiple Choice)
4.9/5
(32)
The INSTR function is used to return a portion of a character string.
(True/False)
4.9/5
(34)
Which of the following functions can be used to change the format of a date that has been entered by a user to the default storage format use by Oracle12c?
(Multiple Choice)
4.9/5
(33)
The ____________________ function is used to determine the next occurrence of a specific day of the week after a given date.
(Short Answer)
4.9/5
(30)
Which of the following functions will round the numeric data to no decimal places?
(Multiple Choice)
4.8/5
(30)
Case conversion functions can only be used in the SELECT clause of a SELECT statement.
(True/False)
4.9/5
(34)
The ROUND function can be used to truncate numeric data._________________________
(True/False)
4.7/5
(34)
The ____________________ function takes a specified value and returns results based on a set of values provided in a list.
(Short Answer)
4.7/5
(32)
Contents of the CUSTOMERS table
Note: The ST column name is truncated,this represents the STATE column.
-Which of the following will display the name of each customer in lower-case characters based upon the contents of the CUSTOMERS table?

(Multiple Choice)
4.9/5
(35)
The ____________________ function is used to return a portion of a string.
(Short Answer)
4.9/5
(35)
To indicate that the numeric value of the day of the year for a date is being specified,include DAY in format argument of the TO_DATE function.
(True/False)
4.8/5
(29)
You must include the MI element in the format argument of a TO_CHAR function to include the minutes when displaying time.
(True/False)
4.8/5
(33)
Contents of the CUSTOMERS table
Note: The ST column name is truncated,this represents the STATE column.
-Which of the following statements will display the value of FL assigned to the state column as FLORIDA?

(Multiple Choice)
4.8/5
(32)
Which of the following statements will produce the value 21.1?
(Multiple Choice)
4.7/5
(31)
A(n)____________________ is a predefined block of code that accepts one or more arguments and returns a single value as output.
(Short Answer)
4.8/5
(38)
The TO_CHAR function can be used to add a dollar sign ($)to a numeric value.
(True/False)
4.9/5
(26)
The ____________________ function is used to combine two sets of character strings into one set.
(Short Answer)
4.7/5
(42)
The NVL2 function allows different options to be selected,based upon whether a NULL value exists._________________________
(True/False)
4.7/5
(32)
Showing 81 - 100 of 133
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)